Bump the storybook group with 9 updates #1904
Annotations
1 error, 1 warning, and 1 notice
Run E2E tests:
tests/rate-unfinished-song.spec.ts#L191
1) [firefox] › rate-unfinished-song.spec.ts:181:5 › If a song has volume = 1, the `too quiet` issue cannot be selected › Select computer`s mic and play the song
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('song-e2e-pass-test-spanish-1994')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByTestId('song-e2e-pass-test-spanish-1994')
189 |
190 | await test.step('Select computer`s mic and play the song', async () => {
> 191 | await expect(await pages.songListPage.getSongElement(songsID.spanish)).toBeVisible();
| ^
192 | await pages.songListPage.openPreviewForSong(songsID.spanish);
193 | await pages.songPreviewPage.goNext();
194 | await pages.songPreviewPage.goToInputSelectionPage();
at /home/runner/work/allkaraoke/allkaraoke/tests/rate-unfinished-song.spec.ts:191:76
at /home/runner/work/allkaraoke/allkaraoke/tests/rate-unfinished-song.spec.ts:190:3
|
Run E2E tests:
[firefox] › co-op-mode.spec.ts#L1
[firefox] › co-op-mode.spec.ts took 17.1s
|
Run E2E tests
1 flaky
[firefox] › rate-unfinished-song.spec.ts:181:5 › If a song has volume = 1, the `too quiet` issue cannot be selected
6 skipped
23 passed (2.7m)
|
Loading