chore(deps): update dependency webpack-cli to v6 #17272
Annotations
4 errors, 1 warning, and 1 notice
Run make integration-test-playwright:
tests/e2e/helpers/e2e-file-panel.ts#L288
1) [Firefox] › helpers/e2e-file-panel.ts:292:13 › consult_clubfoot 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')
4 × locator resolved to 3 elements
- unexpected value "3"
5 × 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
|
Run make integration-test-playwright:
tests/e2e/helpers/e2e-file-panel.ts#L288
2) [Google Chrome] › helpers/e2e-file-panel.ts:292:13 › consult_other 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
|
Run make integration-test-playwright:
tests/e2e/helpers/e2e-file-panel.ts#L288
3) [Mobile Chrome] › helpers/e2e-file-panel.ts:292:13 › consult_other 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
|
Run make integration-test-playwright:
tests/e2e/helpers/e2e-file-panel.ts#L288
4) [Mobile Chrome] › helpers/e2e-file-panel.ts:292:13 › picture create and delete ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByText('Jan 06, 2023')
Expected: 0
Received: 2
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for getByText('Jan 06, 2023')
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
4 flaky
[Firefox] › helpers/e2e-file-panel.ts:292:13 › consult_clubfoot create and delete ──────────────
[Google Chrome] › helpers/e2e-file-panel.ts:292:13 › consult_other create and delete ───────────
[Mobile Chrome] › helpers/e2e-file-panel.ts:292:13 › consult_other create and delete ───────────
[Mobile Chrome] › helpers/e2e-file-panel.ts:292:13 › picture create and delete ─────────────────
71 passed (3.8m)
|
Loading