playwright/packages
Dmitry Gozman ce2c0c59a7
feat(expect): show expect timeout in the error message (#10388)
Makes it easier to understand that expect does indeed have a separate timeout.

```
    Error: expect(received).toHaveCount(expected) // deep equality

    Expected: 0
    Received: 1

    Call log:
      - expect.toHaveCount with timeout 500ms
      - waiting for selector "span"
      -   selector resolved to 1 element
      -   unexpected value "1"
      -   selector resolved to 1 element
      -   unexpected value "1"
      -   selector resolved to 1 element
      -   unexpected value "1"
```
2021-11-17 17:28:30 -08:00
..
create-playwright chore: create-playwright config nits & test-runner intro docs (#10253) 2021-11-11 22:45:07 +01:00
playwright chore: cut v1.17 (#10203) 2021-11-09 17:56:26 -08:00
playwright-chromium chore: cut v1.17 (#10203) 2021-11-09 17:56:26 -08:00
playwright-core feat(expect): show expect timeout in the error message (#10388) 2021-11-17 17:28:30 -08:00
playwright-firefox chore: cut v1.17 (#10203) 2021-11-09 17:56:26 -08:00
playwright-test feat(expect): show expect timeout in the error message (#10388) 2021-11-17 17:28:30 -08:00
playwright-webkit chore: cut v1.17 (#10203) 2021-11-09 17:56:26 -08:00