Bump the playwright group with 4 updates #1908
Annotations
2 errors, 2 warnings, and 1 notice
Run E2E tests:
tests/rate-unfinished-song.spec.ts#L1
1) [firefox] › tests/rate-unfinished-song.spec.ts:67:5 › user can correctly select all of the shown reasons why the song was not completed › Play the song
Test timeout of 135000ms exceeded.
|
Run E2E tests:
tests/PageObjects/SongPreviewPage.ts#L29
1) [firefox] › tests/rate-unfinished-song.spec.ts:67:5 › user can correctly select all of the shown reasons why the song was not completed › Play the song
Error: locator.click: Test timeout of 135000ms exceeded.
Call log:
- waiting for getByTestId('play-song-button')
at PageObjects/SongPreviewPage.ts:29
27 |
28 | public async playTheSong(skipIntro = true, calibration = true) {
> 29 | await this.page.getByTestId('play-song-button').click();
| ^
30 |
31 | if (calibration) {
32 | await this.calibration.approveDefaultCalibrationSetting();
at SongPreviewPagePO.playTheSong (/home/runner/work/allkaraoke/allkaraoke/tests/PageObjects/SongPreviewPage.ts:29:53)
at /home/runner/work/allkaraoke/allkaraoke/tests/rate-unfinished-song.spec.ts:112:33
at /home/runner/work/allkaraoke/allkaraoke/tests/rate-unfinished-song.spec.ts:106:3
|
Run E2E tests:
[firefox] › tests/co-op-mode.spec.ts#L1
[firefox] › tests/co-op-mode.spec.ts took 17.2s
|
Run E2E tests:
[firefox] › tests/convert-and-sing-a-song.spec.ts#L1
[firefox] › tests/convert-and-sing-a-song.spec.ts took 15.0s
|
Run E2E tests
1 flaky
[firefox] › tests/rate-unfinished-song.spec.ts:67:5 › user can correctly select all of the shown reasons why the song was not completed
6 skipped
23 passed (4.9m)
|
Loading