Merge pull request #441 from Asvarox/fix-security #1900
Annotations
2 errors, 1 warning, and 1 notice
Run E2E tests:
tests/rate-unfinished-song.spec.ts#L1
1) [firefox] › rate-unfinished-song.spec.ts:54:5 › user can correctly select all of the shown reasons why the song was not completed › User can return to Song List to choose another song
Test timeout of 135000ms exceeded.
|
Run E2E tests:
tests/PageObjects/SongListPage.ts#L55
1) [firefox] › rate-unfinished-song.spec.ts:54:5 › user can correctly select all of the shown reasons why the song was not completed › User can return to Song List to choose another song
Error: locator.click: Test timeout of 135000ms exceeded.
Call log:
- waiting for getByTestId('song-e2e-pass-test-spanish-1994')
at PageObjects/SongListPage.ts:55
53 | public async openPreviewForSong(songID: string) {
54 | const locator = await this.getSongElement(songID);
> 55 | await locator.click();
| ^
56 | await expect(this.songPreviewElement).toHaveAttribute('data-song', songID);
57 | await locator.click({ force: true });
58 | }
at SongListPagePO.openPreviewForSong (/home/runner/work/allkaraoke/allkaraoke/tests/PageObjects/SongListPage.ts:55:19)
at /home/runner/work/allkaraoke/allkaraoke/tests/rate-unfinished-song.spec.ts:173:5
at /home/runner/work/allkaraoke/allkaraoke/tests/rate-unfinished-song.spec.ts:168: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:54:5 › user can correctly select all of the shown reasons why the song was not completed
6 skipped
22 passed (4.6m)
|
Loading