Bump the dependencies group with 46 updates #252
Annotations
1 error, 6 warnings, and 1 notice
Run Playwright tests:
tests/e2e/sharing.spec.ts#L143
1) [Mobile Chrome] › sharing.spec.ts:105:5 › Partage d'un fichier en lecture pour révocation ─────
Error: Timed out 10000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('cell', { name: 'cat' })
Expected: 1
Received: 2
Call log:
- expect.toHaveCount with timeout 10000ms
- waiting for getByRole('cell', { name: 'cat' })
14 × locator resolved to 2 elements
- unexpected value "2"
141 |
142 | // Vérification de la présence du fichier partagé en lecture.
> 143 | await expect( page.getByRole( "cell", { name: "cat" } ) ).toHaveCount( 1 );
| ^
144 |
145 | // Vérification de l'absence du bouton de partage du fichier partagé en lecture.
146 | await page
at /home/runner/work/Simple-File-Storage/Simple-File-Storage/tests/e2e/sharing.spec.ts:143:60
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
[chromium] › sharing.spec.ts#L1
[chromium] › sharing.spec.ts took 1.5m
|
Run Playwright tests:
[chromium] › dashboard.spec.ts#L1
[chromium] › dashboard.spec.ts took 1.2m
|
Run Playwright tests:
[Mobile Chrome] › dashboard.spec.ts#L1
[Mobile Chrome] › dashboard.spec.ts took 1.2m
|
Run Playwright tests:
[chromium] › settings.spec.ts#L1
[chromium] › settings.spec.ts took 39.0s
|
Run Playwright tests:
[Mobile Chrome] › settings.spec.ts#L1
[Mobile Chrome] › settings.spec.ts took 38.8s
|
Run Playwright tests
1 flaky
[Mobile Chrome] › sharing.spec.ts:105:5 › Partage d'un fichier en lecture pour révocation ──────
4 skipped
65 passed (10.2m)
|
Loading