Bump the remotion group with 4 updates #1912
Annotations
1 error, 5 warnings, and 1 notice
Run E2E tests:
tests/remote-mics-sing-a-song.spec.ts#L106
1) [chromium] › remote-mics-sing-a-song.spec.ts:41:5 › Remote mic should connect, be selectable and control the game › Check if the mics are reselected after they refresh
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('indicator-player-1').getByTestId('status-unavailable')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByTestId('indicator-player-1').getByTestId('status-unavailable')
104 | // Red microphone
105 | await remoteMic2._page.reload();
> 106 | await expect(pages.songPreviewPage.getUnavailableStatusPlayer(player2.num)).toBeVisible();
| ^
107 | await remoteMic2.remoteMicMainPage.enterPlayerName(player2.name);
108 |
109 | await connectRemoteMic(remoteMic2._page);
at /home/runner/work/allkaraoke/allkaraoke/tests/remote-mics-sing-a-song.spec.ts:106:81
at /home/runner/work/allkaraoke/allkaraoke/tests/remote-mics-sing-a-song.spec.ts:93:3
|
Run E2E tests:
[chromium] › selection-playlist.spec.ts#L1
[chromium] › selection-playlist.spec.ts took 1.3m
|
Run E2E tests:
[chromium] › remote-song-list.spec.ts#L1
[chromium] › remote-song-list.spec.ts took 48.6s
|
Run E2E tests:
[chromium] › sing-a-song.spec.ts#L1
[chromium] › sing-a-song.spec.ts took 29.2s
|
Run E2E tests:
[chromium] › source-selection.spec.ts#L1
[chromium] › source-selection.spec.ts took 23.6s
|
Run E2E tests:
[chromium] › remote-mics-settings.spec.ts#L1
[chromium] › remote-mics-settings.spec.ts took 20.8s
|
Run E2E tests
1 flaky
[chromium] › remote-mics-sing-a-song.spec.ts:41:5 › Remote mic should connect, be selectable and control the game
1 skipped
27 passed (5.4m)
|
Loading