Skip to content

Failures for not() do not report the actual value #222

Closed
@dhleong

Description

@dhleong

For example, expectThat(...).get(Screen::contents).contains() might result in:

▼ Expect that Screen@453d496b:
  ▼ contents:
    ✗ contains "error"
         found "My value
               |
               |Success
               |"

but adding not() in there results in simply:

▼ Expect that Screen@191a709b:
  ▼ contents:
    ✗ does not contain "error"

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions