Bump the remotion group with 4 updates #1912
Annotations
4 errors, 3 warnings, and 1 notice
Run E2E tests:
tests/PageObjects/SongListPage.ts#L56
1) [firefox] › 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: Timed out 7000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: getByTestId('song-preview')
Expected string: "e2e-croissant-french-1994"
Received string: "e2e-pass-test-spanish-1994"
Call log:
- expect.toHaveAttribute with timeout 7000ms
- waiting for getByTestId('song-preview')
11 × locator resolved to <div width="276" height="155" data-expanded="false" data-show-video="true" data-test="song-preview" class="e1vaewax4 ec-dd4sg3 e1ornw2x5" data-song="e2e-pass-test-spanish-1994">…</div>
- unexpected value "e2e-pass-test-spanish-1994"
at PageObjects/SongListPage.ts:56
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 | }
59 |
at SongListPagePO.openPreviewForSong (/home/runner/work/allkaraoke/allkaraoke/tests/PageObjects/SongListPage.ts:56:43)
at /home/runner/work/allkaraoke/allkaraoke/tests/rate-unfinished-song.spec.ts:110:5
at /home/runner/work/allkaraoke/allkaraoke/tests/rate-unfinished-song.spec.ts:106:3
|
Run E2E tests:
tests/rate-unfinished-song.spec.ts#L1
1) [firefox] › 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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 135000ms exceeded.
|
Run E2E tests:
tests/PageObjects/SongPreviewPage.ts#L19
1) [firefox] › 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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 135000ms exceeded.
Call log:
- waiting for getByTestId('next-step-button')
at PageObjects/SongPreviewPage.ts:19
17 |
18 | public async goNext() {
> 19 | await this.nextButton.click();
| ^
20 | }
21 |
22 | public async navigateToGoNextWithKeyboard(remoteMic?: Page) {
at SongPreviewPagePO.goNext (/home/runner/work/allkaraoke/allkaraoke/tests/PageObjects/SongPreviewPage.ts:19:27)
at /home/runner/work/allkaraoke/allkaraoke/tests/rate-unfinished-song.spec.ts:111:33
at /home/runner/work/allkaraoke/allkaraoke/tests/rate-unfinished-song.spec.ts:106:3
|
Run E2E tests
Process completed with exit code 1.
|
Run E2E tests:
[firefox] › co-op-mode.spec.ts#L1
[firefox] › co-op-mode.spec.ts took 17.2s
|
Run E2E tests:
[firefox] › convert-and-sing-a-song.spec.ts#L1
[firefox] › convert-and-sing-a-song.spec.ts took 15.1s
|
Run E2E tests
No files were found with the provided path: playwright-report. No artifacts will be uploaded.
|
Run E2E tests
1 failed
[firefox] › 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.6m)
|
Loading