chore(deps): update dependency @playwright/test to v1.50.0 #17277
Annotations
1 error, 1 warning, and 1 notice
Run make integration-test-playwright:
tests/e2e/helpers/e2e-file-panel.ts#L288
1) [Mobile Chrome] › tests/e2e/helpers/e2e-file-panel.ts:292:13 › consult_ricket create and delete
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByText('Jan 10, 2007')
Expected: 0
Received: 2
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for getByText('Jan 10, 2007')
3 × locator resolved to 3 elements
- unexpected value "3"
6 × locator resolved to 2 elements
- unexpected value "2"
286 | expect(
287 | page.getByText(outputDate(data["Date"] as string))
> 288 | ).toHaveCount(0),
| ^
289 | ...options
290 | };
291 |
at Object.deleteTest (/home/runner/work/cryptomedic/cryptomedic/tests/e2e/helpers/e2e-file-panel.ts:288:13)
at /home/runner/work/cryptomedic/cryptomedic/tests/e2e/helpers/e2e-file-panel.ts:326:25
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run make integration-test-playwright
1 flaky
[Mobile Chrome] › tests/e2e/helpers/e2e-file-panel.ts:292:13 › consult_ricket create and delete
74 passed (3.5m)
|
Loading