mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
ce2c0c59a7
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" ``` |
||
---|---|---|
.. | ||
create-playwright | ||
playwright | ||
playwright-chromium | ||
playwright-core | ||
playwright-firefox | ||
playwright-test | ||
playwright-webkit |