This repository has been archived by the owner on May 8, 2024. It is now read-only.
Docker Image CI #125
Annotations
2 errors and 1 notice
Run Playwright tests:
tests/e2e/multiplayer.spec.ts#L44
1) [Google Chrome] βΊ multiplayer.spec.ts:7:5 βΊ Connexion Γ une partie existante ββββββββββββββββββ
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Mario_Mueller-Pollich83').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText('Mario_Mueller-Pollich83').first()
42 |
43 | // VΓ©rification du rΓ΄le du joueur 2 par le joueur 1.
> 44 | await expect( player1Page.getByText( player2Name ).first() ).toBeVisible();
| ^
45 | } );
46 |
47 | //
at /home/runner/work/Domego/Domego/tests/e2e/multiplayer.spec.ts:44:63
|
Run Playwright tests:
tests/e2e/selection.spec.ts#L44
2) [Google Chrome] βΊ selection.spec.ts:35:5 βΊ SΓ©lection d'un rΓ΄le ββββββββββββββββββββββββββββββββ
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Santa.Goodwin-Cormier71').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText('Santa.Goodwin-Cormier71').first()
42 |
43 | // VΓ©rification de la confirmation de la prise du rΓ΄le.
> 44 | await expect( page.getByText( player ).first() ).toBeVisible();
| ^
45 | } );
46 |
47 | //
at /home/runner/work/Domego/Domego/tests/e2e/selection.spec.ts:44:51
|
Run Playwright tests
2 flaky
[Google Chrome] βΊ multiplayer.spec.ts:7:5 βΊ Connexion Γ une partie existante βββββββββββββββββββ
[Google Chrome] βΊ selection.spec.ts:35:5 βΊ SΓ©lection d'un rΓ΄le βββββββββββββββββββββββββββββββββ
12 skipped
31 passed (58.8s)
|
Loading