Merge pull request #381 from Asvarox/tailwind-migration #1639
Annotations
5 errors, 6 warnings, and 2 notices
Run E2E tests:
tests/PageObjects/RemoteMic/RemoteMicSongListPage.ts#L55
1) [firefox] › remote-song-list.spec.ts:112:5 › Adding and removing songs from Favourite list › Deleting songs from Favourite List works - songs are not visible
Error: Timed out 7000ms waiting for expect(locator).toContainText(expected)
Locator: getByTestId('your-list-button')
Expected string: "0"
Received string: "Your list (1)"
Call log:
- expect.toContainText with timeout 7000ms
- waiting for getByTestId('your-list-button')
- locator resolved to <button data-active="false" class="ec-cn6dw emsrjbt6" data-test="your-list-button">Your list (1)</button>
- unexpected value "Your list (1)"
- locator resolved to <button data-active="false" class="ec-cn6dw emsrjbt6" data-test="your-list-button">Your list (1)</button>
- unexpected value "Your list (1)"
- locator resolved to <button data-active="false" class="ec-cn6dw emsrjbt6" data-test="your-list-button">Your list (1)</button>
- unexpected value "Your list (1)"
- locator resolved to <button data-active="false" class="ec-cn6dw emsrjbt6" data-test="your-list-button">Your list (1)</button>
- unexpected value "Your list (1)"
- locator resolved to <button data-active="false" class="ec-cn6dw emsrjbt6" data-test="your-list-button">Your list (1)</button>
- unexpected value "Your list (1)"
- locator resolved to <button data-active="false" class="ec-cn6dw emsrjbt6" data-test="your-list-button">Your list (1)</button>
- unexpected value "Your list (1)"
- locator resolved to <button data-active="false" class="ec-cn6dw emsrjbt6" data-test="your-list-button">Your list (1)</button>
- unexpected value "Your list (1)"
- locator resolved to <button data-active="false" class="ec-cn6dw emsrjbt6" data-test="your-list-button">Your list (1)</button>
- unexpected value "Your list (1)"
- locator resolved to <button data-active="false" class="ec-cn6dw emsrjbt6" data-test="your-list-button">Your list (1)</button>
- unexpected value "Your list (1)"
- locator resolved to <button data-active="false" class="ec-cn6dw emsrjbt6" data-test="your-list-button">Your list (1)</button>
- unexpected value "Your list (1)"
- locator resolved to <button data-active="false" class="ec-cn6dw emsrjbt6" data-test="your-list-button">Your list (1)</button>
- unexpected value "Your list (1)"
at PageObjects/RemoteMic/RemoteMicSongListPage.ts:55
53 |
54 | public async expectFavouriteListToContainNumberOfSongs(numberOfSongs: string) {
> 55 | await expect(this.yourListButton).toContainText(numberOfSongs);
| ^
56 | }
57 |
58 | public get allSongsButton() {
at RemoteMicSongListPagePO.expectFavouriteListToContainNumberOfSongs (/home/runner/work/allkaraoke/allkaraoke/tests/PageObjects/RemoteMic/RemoteMicSongListPage.ts:55:39)
at /home/runner/work/allkaraoke/allkaraoke/tests/remote-song-list.spec.ts:135:43
at /home/runner/work/allkaraoke/allkaraoke/tests/remote-song-list.spec.ts:131:3
|
Run E2E tests:
tests/remote-song-list.spec.ts#L1
2) [firefox] › remote-song-list.spec.ts:183:5 › Filtering all and favourites by song language › Add songs to Favourites - for later
Test timeout of 40000ms exceeded.
|
Run E2E tests:
tests/PageObjects/RemoteMic/RemoteMicSongListPage.ts#L19
2) [firefox] › remote-song-list.spec.ts:183:5 › Filtering all and favourites by song language › Add songs to Favourites - for later
Error: locator.click: Test ended.
Call log:
- waiting for getByTestId('e2e-english-polish-1994').locator(getByTestId('add-song-button'))
at PageObjects/RemoteMic/RemoteMicSongListPage.ts:19
17 |
18 | public async addSongToFavouriteList(songID: string) {
> 19 | await this.getSongElement(songID).locator(this.addSongButton).click();
| ^
20 | }
21 |
22 | public get removeSongButton() {
at RemoteMicSongListPagePO.addSongToFavouriteList (/home/runner/work/allkaraoke/allkaraoke/tests/PageObjects/RemoteMic/RemoteMicSongListPage.ts:19:67)
at /home/runner/work/allkaraoke/allkaraoke/tests/remote-song-list.spec.ts:197:43
at /home/runner/work/allkaraoke/allkaraoke/tests/remote-song-list.spec.ts:192:3
|
Run E2E tests:
tests/selection-playlist.spec.ts#L1
3) [firefox] › selection-playlist.spec.ts:221:5 › After singing a popular song, the popularity indicator changes to `played today` › Play the song
Test timeout of 40000ms exceeded.
|
Run E2E tests:
tests/PageObjects/SongPreviewPage.ts#L25
3) [firefox] › selection-playlist.spec.ts:221:5 › After singing a popular song, the popularity indicator changes to `played today` › Play the song
Error: locator.click: Test timeout of 40000ms exceeded.
Call log:
- waiting for getByTestId('play-song-button')
- locator resolved to <button data-focused="true" data-e2e-focused="true" data-test="play-song-button" class="e12y59821 ec-w0fctl eo7q3x0">Play</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at PageObjects/SongPreviewPage.ts:25
23 |
24 | public async playTheSong(skipIntro = true) {
> 25 | await this.page.getByTestId('play-song-button').click();
| ^
26 | await this.page.getByTestId('make-song-go-fast').click();
27 | if (skipIntro) {
28 | const locator = this.page.locator('[data-test="skip-intro-info"]');
at SongPreviewPagePO.playTheSong (/home/runner/work/allkaraoke/allkaraoke/tests/PageObjects/SongPreviewPage.ts:25:53)
at /home/runner/work/allkaraoke/allkaraoke/tests/selection-playlist.spec.ts:248:33
at /home/runner/work/allkaraoke/allkaraoke/tests/selection-playlist.spec.ts:246:3
|
Run E2E tests:
[firefox] › selection-playlist.spec.ts#L1
[firefox] › selection-playlist.spec.ts took 1.6m
|
Run E2E tests:
[firefox] › sing-a-song.spec.ts#L1
[firefox] › sing-a-song.spec.ts took 27.6s
|
Run E2E tests:
[firefox] › source-selection.spec.ts#L1
[firefox] › source-selection.spec.ts took 25.0s
|
Run E2E tests:
[firefox] › remote-mics-settings.spec.ts#L1
[firefox] › remote-mics-settings.spec.ts took 19.3s
|
Run E2E tests
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Run E2E tests:
[firefox] › selection-playlist.spec.ts#L1
[firefox] › selection-playlist.spec.ts took 15.4s
|
Run E2E tests
3 failed
[firefox] › remote-song-list.spec.ts:112:5 › Adding and removing songs from Favourite list ─────
[firefox] › remote-song-list.spec.ts:183:5 › Filtering all and favourites by song language ────
[firefox] › selection-playlist.spec.ts:221:5 › After singing a popular song, the popularity indicator changes to `played today`
3 skipped
22 passed (5.2m)
|
Run E2E tests
1 passed (20.0s)
|
Loading