Run Playwright tests on Firefox & "Safari" nightly #3304
Annotations
43 errors, 30 warnings, and 6 notices
[Chrome] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L18
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 | let roomId: string;
17 |
> 18 | test.beforeEach(async ({ slidingSyncProxy, page, user, app }) => {
| ^
19 | roomId = await app.client.createRoom({ name: "Test Room" });
20 | });
21 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:18:10
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist:
playwright/pages/client.ts#L176
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist
Error: jsHandle.evaluate: Test timeout of 30000ms exceeded.
at ../pages/client.ts:176
174 | public async createRoom(options: ICreateRoomOpts): Promise<string> {
175 | const client = await this.prepareClient();
> 176 | return await client.evaluate(async (cli, options) => {
| ^
177 | const resp = await cli.createRoom(options);
178 | const roomId = resp.room_id;
179 | if (!cli.getRoom(roomId)) {
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:176:29)
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:19:18
|
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account:
playwright/e2e/oidc/oidc-native.spec.ts#L1
1) [Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account
Test timeout of 90000ms exceeded.
|
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account:
playwright/e2e/oidc/oidc-native.spec.ts#L23
1) [Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account
Error: page.waitForRequest: Test timeout of 90000ms exceeded.
21 | test("can register the oauth2 client and an account", async ({ context, page, homeserver, mailhog, mas }) => {
22 | const tokenUri = `http://localhost:${mas.port}/oauth2/token`;
> 23 | const tokenApiPromise = page.waitForRequest(
| ^
24 | (request) => request.url() === tokenUri && request.postDataJSON()["grant_type"] === "authorization_code",
25 | );
26 |
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:23:38
|
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account:
playwright/e2e/oidc/oidc-native.spec.ts#L28
1) [Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Continue' })
26 |
27 | await page.goto("/#/login");
> 28 | await page.getByRole("button", { name: "Continue" }).click();
| ^
29 | await registerAccountMas(page, mailhog.api, "alice", "[email protected]", "Pa$sW0rD!");
30 |
31 | // Eventually, we should end up at the home screen.
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:28:62
|
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account:
playwright/e2e/oidc/oidc-native.spec.ts#L1
1) [Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account:
playwright/e2e/oidc/oidc-native.spec.ts#L23
1) [Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 90000ms exceeded.
21 | test("can register the oauth2 client and an account", async ({ context, page, homeserver, mailhog, mas }) => {
22 | const tokenUri = `http://localhost:${mas.port}/oauth2/token`;
> 23 | const tokenApiPromise = page.waitForRequest(
| ^
24 | (request) => request.url() === tokenUri && request.postDataJSON()["grant_type"] === "authorization_code",
25 | );
26 |
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:23:38
|
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account:
playwright/e2e/oidc/oidc-native.spec.ts#L28
1) [Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Continue' })
26 |
27 | await page.goto("/#/login");
> 28 | await page.getByRole("button", { name: "Continue" }).click();
| ^
29 | await registerAccountMas(page, mailhog.api, "alice", "[email protected]", "Pa$sW0rD!");
30 |
31 | // Eventually, we should end up at the home screen.
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:28:62
|
[Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery:
playwright/e2e/crypto/backups.spec.ts#L1
1) [Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
Test timeout of 30000ms exceeded.
|
[Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery:
playwright/e2e/crypto/backups.spec.ts#L37
1) [Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Continue' })
35 | masTest("user is prompted to set up recovery", async ({ page, mailhog, app }) => {
36 | await page.goto("/#/login");
> 37 | await page.getByRole("button", { name: "Continue" }).click();
| ^
38 | await registerAccountMas(page, mailhog.api, "alice", "[email protected]", "Pa$sW0rD!");
39 |
40 | await page.getByRole("button", { name: "Add room" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups.spec.ts:37:62
|
[Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery:
playwright/e2e/crypto/backups.spec.ts#L1
1) [Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery:
playwright/e2e/crypto/backups.spec.ts#L37
1) [Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Continue' })
35 | masTest("user is prompted to set up recovery", async ({ page, mailhog, app }) => {
36 | await page.goto("/#/login");
> 37 | await page.getByRole("button", { name: "Continue" }).click();
| ^
38 | await registerAccountMas(page, mailhog.api, "alice", "[email protected]", "Pa$sW0rD!");
39 |
40 | await page.getByRole("button", { name: "Add room" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups.spec.ts:37:62
|
[Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery:
playwright/e2e/crypto/backups.spec.ts#L1
1) [Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery:
playwright/e2e/crypto/backups.spec.ts#L37
1) [Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Continue' })
35 | masTest("user is prompted to set up recovery", async ({ page, mailhog, app }) => {
36 | await page.goto("/#/login");
> 37 | await page.getByRole("button", { name: "Continue" }).click();
| ^
38 | await registerAccountMas(page, mailhog.api, "alice", "[email protected]", "Pa$sW0rD!");
39 |
40 | await page.getByRole("button", { name: "Add room" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups.spec.ts:37:62
|
Run Tests 1/6
Process completed with exit code 1.
|
[Firefox] › right-panel/file-panel.spec.ts:51:13 › FilePanel › render › should list tiles on the panel @screenshot:
playwright/e2e/right-panel/file-panel.spec.ts#L62
1) [Firefox] › right-panel/file-panel.spec.ts:51:13 › FilePanel › render › should list tiles on the panel @screenshot
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_RoomView_body').locator('.mx_EventTile[data-layout=\'group\'] img[alt=\'riot.png\']')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomView_body').locator('.mx_EventTile[data-layout=\'group\'] img[alt=\'riot.png\']')
60 |
61 | // Assert that the image exists and has the alt string
> 62 | await expect(roomViewBody.locator(".mx_EventTile[data-layout='group'] img[alt='riot.png']")).toBeVisible();
| ^
63 |
64 | // Assert that the audio player is rendered
65 | await expect(
at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/file-panel.spec.ts:62:106
|
[Firefox] › right-panel/file-panel.spec.ts:51:13 › FilePanel › render › should list tiles on the panel @screenshot:
playwright/e2e/right-panel/file-panel.spec.ts#L62
1) [Firefox] › right-panel/file-panel.spec.ts:51:13 › FilePanel › render › should list tiles on the panel @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_RoomView_body').locator('.mx_EventTile[data-layout=\'group\'] img[alt=\'riot.png\']')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomView_body').locator('.mx_EventTile[data-layout=\'group\'] img[alt=\'riot.png\']')
60 |
61 | // Assert that the image exists and has the alt string
> 62 | await expect(roomViewBody.locator(".mx_EventTile[data-layout='group'] img[alt='riot.png']")).toBeVisible();
| ^
63 |
64 | // Assert that the audio player is rendered
65 | await expect(
at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/file-panel.spec.ts:62:106
|
[Firefox] › right-panel/file-panel.spec.ts:51:13 › FilePanel › render › should list tiles on the panel @screenshot:
playwright/e2e/right-panel/file-panel.spec.ts#L62
1) [Firefox] › right-panel/file-panel.spec.ts:51:13 › FilePanel › render › should list tiles on the panel @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_RoomView_body').locator('.mx_EventTile[data-layout=\'group\'] img[alt=\'riot.png\']')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomView_body').locator('.mx_EventTile[data-layout=\'group\'] img[alt=\'riot.png\']')
60 |
61 | // Assert that the image exists and has the alt string
> 62 | await expect(roomViewBody.locator(".mx_EventTile[data-layout='group'] img[alt='riot.png']")).toBeVisible();
| ^
63 |
64 | // Assert that the audio player is rendered
65 | await expect(
at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/file-panel.spec.ts:62:106
|
[Firefox] › right-panel/file-panel.spec.ts:136:13 › FilePanel › render › should render the audio player and play the audio file on the panel:
playwright/e2e/right-panel/file-panel.spec.ts#L146
2) [Firefox] › right-panel/file-panel.spec.ts:136:13 › FilePanel › render › should render the audio player and play the audio file on the panel
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_FilePanel .mx_RoomView_MessageList .mx_EventTile_mediaLine .mx_MAudioBody .mx_AudioPlayer_container').locator('.mx_AudioPlayer_mediaInfo').locator('.mx_AudioPlayer_mediaName').getByText('1sec.ogg')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_FilePanel .mx_RoomView_MessageList .mx_EventTile_mediaLine .mx_MAudioBody .mx_AudioPlayer_container').locator('.mx_AudioPlayer_mediaInfo').locator('.mx_AudioPlayer_mediaName').getByText('1sec.ogg')
144 | // Assert that the audio file information is rendered
145 | const mediaInfo = audioBody.locator(".mx_AudioPlayer_mediaInfo");
> 146 | await expect(mediaInfo.locator(".mx_AudioPlayer_mediaName").getByText("1sec.ogg")).toBeVisible();
| ^
147 | await expect(mediaInfo.locator(".mx_AudioPlayer_byline", { hasText: "00:01" })).toBeVisible();
148 | await expect(mediaInfo.locator(".mx_AudioPlayer_byline", { hasText: "(3.56 KB)" })).toBeVisible(); // actual size
149 |
at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/file-panel.spec.ts:146:96
|
[Firefox] › right-panel/file-panel.spec.ts:136:13 › FilePanel › render › should render the audio player and play the audio file on the panel:
playwright/e2e/right-panel/file-panel.spec.ts#L146
2) [Firefox] › right-panel/file-panel.spec.ts:136:13 › FilePanel › render › should render the audio player and play the audio file on the panel
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_FilePanel .mx_RoomView_MessageList .mx_EventTile_mediaLine .mx_MAudioBody .mx_AudioPlayer_container').locator('.mx_AudioPlayer_mediaInfo').locator('.mx_AudioPlayer_mediaName').getByText('1sec.ogg')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_FilePanel .mx_RoomView_MessageList .mx_EventTile_mediaLine .mx_MAudioBody .mx_AudioPlayer_container').locator('.mx_AudioPlayer_mediaInfo').locator('.mx_AudioPlayer_mediaName').getByText('1sec.ogg')
144 | // Assert that the audio file information is rendered
145 | const mediaInfo = audioBody.locator(".mx_AudioPlayer_mediaInfo");
> 146 | await expect(mediaInfo.locator(".mx_AudioPlayer_mediaName").getByText("1sec.ogg")).toBeVisible();
| ^
147 | await expect(mediaInfo.locator(".mx_AudioPlayer_byline", { hasText: "00:01" })).toBeVisible();
148 | await expect(mediaInfo.locator(".mx_AudioPlayer_byline", { hasText: "(3.56 KB)" })).toBeVisible(); // actual size
149 |
at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/file-panel.spec.ts:146:96
|
[Firefox] › right-panel/file-panel.spec.ts:136:13 › FilePanel › render › should render the audio player and play the audio file on the panel:
playwright/e2e/right-panel/file-panel.spec.ts#L146
2) [Firefox] › right-panel/file-panel.spec.ts:136:13 › FilePanel › render › should render the audio player and play the audio file on the panel
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_FilePanel .mx_RoomView_MessageList .mx_EventTile_mediaLine .mx_MAudioBody .mx_AudioPlayer_container').locator('.mx_AudioPlayer_mediaInfo').locator('.mx_AudioPlayer_mediaName').getByText('1sec.ogg')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_FilePanel .mx_RoomView_MessageList .mx_EventTile_mediaLine .mx_MAudioBody .mx_AudioPlayer_container').locator('.mx_AudioPlayer_mediaInfo').locator('.mx_AudioPlayer_mediaName').getByText('1sec.ogg')
144 | // Assert that the audio file information is rendered
145 | const mediaInfo = audioBody.locator(".mx_AudioPlayer_mediaInfo");
> 146 | await expect(mediaInfo.locator(".mx_AudioPlayer_mediaName").getByText("1sec.ogg")).toBeVisible();
| ^
147 | await expect(mediaInfo.locator(".mx_AudioPlayer_byline", { hasText: "00:01" })).toBeVisible();
148 | await expect(mediaInfo.locator(".mx_AudioPlayer_byline", { hasText: "(3.56 KB)" })).toBeVisible(); // actual size
149 |
at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/file-panel.spec.ts:146:96
|
Run Tests 5/6
Process completed with exit code 1.
|
[Firefox] › audio-player/audio-player.spec.ts:137:9 › Audio player › should be correctly rendered - light theme @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L37
1) [Firefox] › audio-player/audio-player.spec.ts:137:9 › Audio player › should be correctly rendered - light theme @screenshot
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
35 | .last()
36 | .filter({ hasText: file.split("/").at(-1) }),
> 37 | ).toBeVisible();
| ^
38 | };
39 |
40 | /**
at uploadFile (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:37:11)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:138:9
|
[Firefox] › audio-player/audio-player.spec.ts:137:9 › Audio player › should be correctly rendered - light theme @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L37
1) [Firefox] › audio-player/audio-player.spec.ts:137:9 › Audio player › should be correctly rendered - light theme @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
35 | .last()
36 | .filter({ hasText: file.split("/").at(-1) }),
> 37 | ).toBeVisible();
| ^
38 | };
39 |
40 | /**
at uploadFile (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:37:11)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:138:9
|
[Firefox] › audio-player/audio-player.spec.ts:137:9 › Audio player › should be correctly rendered - light theme @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L37
1) [Firefox] › audio-player/audio-player.spec.ts:137:9 › Audio player › should be correctly rendered - light theme @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
35 | .last()
36 | .filter({ hasText: file.split("/").at(-1) }),
> 37 | ).toBeVisible();
| ^
38 | };
39 |
40 | /**
at uploadFile (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:37:11)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:138:9
|
[Firefox] › audio-player/audio-player.spec.ts:142:9 › Audio player › should be correctly rendered - light theme with monospace font @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L37
2) [Firefox] › audio-player/audio-player.spec.ts:142:9 › Audio player › should be correctly rendered - light theme with monospace font @screenshot
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
35 | .last()
36 | .filter({ hasText: file.split("/").at(-1) }),
> 37 | ).toBeVisible();
| ^
38 | };
39 |
40 | /**
at uploadFile (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:37:11)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:146:13
|
[Firefox] › audio-player/audio-player.spec.ts:142:9 › Audio player › should be correctly rendered - light theme with monospace font @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L37
2) [Firefox] › audio-player/audio-player.spec.ts:142:9 › Audio player › should be correctly rendered - light theme with monospace font @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
35 | .last()
36 | .filter({ hasText: file.split("/").at(-1) }),
> 37 | ).toBeVisible();
| ^
38 | };
39 |
40 | /**
at uploadFile (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:37:11)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:146:13
|
[Firefox] › audio-player/audio-player.spec.ts:142:9 › Audio player › should be correctly rendered - light theme with monospace font @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L37
2) [Firefox] › audio-player/audio-player.spec.ts:142:9 › Audio player › should be correctly rendered - light theme with monospace font @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
35 | .last()
36 | .filter({ hasText: file.split("/").at(-1) }),
> 37 | ).toBeVisible();
| ^
38 | };
39 |
40 | /**
at uploadFile (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:37:11)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:146:13
|
[Firefox] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L37
3) [Firefox] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme @screenshot
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
35 | .last()
36 | .filter({ hasText: file.split("/").at(-1) }),
> 37 | ).toBeVisible();
| ^
38 | };
39 |
40 | /**
at uploadFile (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:37:11)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:163:9
|
[Firefox] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L37
3) [Firefox] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
35 | .last()
36 | .filter({ hasText: file.split("/").at(-1) }),
> 37 | ).toBeVisible();
| ^
38 | };
39 |
40 | /**
at uploadFile (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:37:11)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:163:9
|
[Firefox] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L37
3) [Firefox] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
35 | .last()
36 | .filter({ hasText: file.split("/").at(-1) }),
> 37 | ).toBeVisible();
| ^
38 | };
39 |
40 | /**
at uploadFile (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:37:11)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:163:9
|
[Firefox] › audio-player/audio-player.spec.ts:168:9 › Audio player › should be correctly rendered - dark theme @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L37
4) [Firefox] › audio-player/audio-player.spec.ts:168:9 › Audio player › should be correctly rendered - dark theme @screenshot
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_AudioPlayer_mediaName').last().filter({ hasText: '1sec-long-name-audio-file.ogg' })
35 | .last()
36 | .filter({ hasText: file.split("/").at(-1) }),
> 37 | ).toBeVisible();
| ^
38 | };
39 |
40 | /**
at uploadFile (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:37:11)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:172:9
|
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:88:9 › Threads Activity Centre › should update with a thread is read @screenshot:
playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
1) [Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:88:9 › Threads Activity Centre › should update with a thread is read @screenshot
Test timeout of 30000ms exceeded.
|
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:88:9 › Threads Activity Centre › should update with a thread is read @screenshot:
playwright/e2e/spaces/threads-activity-centre/index.ts#L272
1) [Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:88:9 › Threads Activity Centre › should update with a thread is read @screenshot
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('menu', { name: 'Threads' }).getByRole('menuitem', { name: 'Room 2' })
- locator resolved to <button tabindex="-1" role="menuitem" data-kind="primary" data-orientation="vertical" data-radix-collection-item="" class="mx_ThreadsActivityCentreRow _item_8j2l6_17 _interactive_8j2l6_35">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at spaces/threads-activity-centre/index.ts:272
270 | */
271 | clickRoomInTac(name: string) {
> 272 | return this.getTacPanel().getByRole("menuitem", { name }).click();
| ^
273 | }
274 |
275 | /**
at Helpers.clickRoomInTac (/home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/index.ts:272:67)
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:94:20
|
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:88:9 › Threads Activity Centre › should update with a thread is read @screenshot:
playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
1) [Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:88:9 › Threads Activity Centre › should update with a thread is read @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:88:9 › Threads Activity Centre › should update with a thread is read @screenshot:
playwright/e2e/spaces/threads-activity-centre/index.ts#L272
1) [Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:88:9 › Threads Activity Centre › should update with a thread is read @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('menu', { name: 'Threads' }).getByRole('menuitem', { name: 'Room 2' })
at spaces/threads-activity-centre/index.ts:272
270 | */
271 | clickRoomInTac(name: string) {
> 272 | return this.getTacPanel().getByRole("menuitem", { name }).click();
| ^
273 | }
274 |
275 | /**
at Helpers.clickRoomInTac (/home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/index.ts:272:67)
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:94:20
|
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:88:9 › Threads Activity Centre › should update with a thread is read @screenshot:
playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
1) [Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:88:9 › Threads Activity Centre › should update with a thread is read @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:88:9 › Threads Activity Centre › should update with a thread is read @screenshot:
playwright/e2e/spaces/threads-activity-centre/index.ts#L272
1) [Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:88:9 › Threads Activity Centre › should update with a thread is read @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('menu', { name: 'Threads' }).getByRole('menuitem', { name: 'Room 2' })
- locator resolved to <button tabindex="-1" role="menuitem" data-kind="primary" data-orientation="vertical" data-radix-collection-item="" class="mx_ThreadsActivityCentreRow _item_8j2l6_17 _interactive_8j2l6_35">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at spaces/threads-activity-centre/index.ts:272
270 | */
271 | clickRoomInTac(name: string) {
> 272 | return this.getTacPanel().getByRole("menuitem", { name }).click();
| ^
273 | }
274 |
275 | /**
at Helpers.clickRoomInTac (/home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/index.ts:272:67)
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:94:20
|
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:111:9 › Threads Activity Centre › should order by recency after notification level:
playwright/e2e/spaces/threads-activity-centre/index.ts#L320
2) [Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:111:9 › Threads Activity Centre › should order by recency after notification level
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menu', { name: 'Threads' }).getByRole('menuitem').nth(1).locator('.mx_NotificationBadge_level_notification')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menu', { name: 'Threads' }).getByRole('menuitem').nth(1).locator('.mx_NotificationBadge_level_notification')
at spaces/threads-activity-centre/index.ts:320
318 | await expect(roomLocator).toHaveText(new RegExp(room));
319 | // There is no accessibility marker for the StatelessNotificationBadge
> 320 | await expect(roomLocator.locator(`.${getBadgeClass(notificationLevel)}`)).toBeVisible();
| ^
321 | }
322 | }
323 |
at Helpers.assertRoomsInTac (/home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/index.ts:320:87)
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:116:9
|
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:111:9 › Threads Activity Centre › should order by recency after notification level:
playwright/e2e/spaces/threads-activity-centre/index.ts#L320
2) [Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:111:9 › Threads Activity Centre › should order by recency after notification level
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menu', { name: 'Threads' }).getByRole('menuitem').first().locator('.mx_NotificationBadge_level_notification')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menu', { name: 'Threads' }).getByRole('menuitem').first().locator('.mx_NotificationBadge_level_notification')
at spaces/threads-activity-centre/index.ts:320
318 | await expect(roomLocator).toHaveText(new RegExp(room));
319 | // There is no accessibility marker for the StatelessNotificationBadge
> 320 | await expect(roomLocator.locator(`.${getBadgeClass(notificationLevel)}`)).toBeVisible();
| ^
321 | }
322 | }
323 |
at Helpers.assertRoomsInTac (/home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/index.ts:320:87)
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:116:9
|
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:111:9 › Threads Activity Centre › should order by recency after notification level:
playwright/e2e/spaces/threads-activity-centre/index.ts#L320
2) [Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:111:9 › Threads Activity Centre › should order by recency after notification level
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menu', { name: 'Threads' }).getByRole('menuitem').nth(1).locator('.mx_NotificationBadge_level_notification')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menu', { name: 'Threads' }).getByRole('menuitem').nth(1).locator('.mx_NotificationBadge_level_notification')
at spaces/threads-activity-centre/index.ts:320
318 | await expect(roomLocator).toHaveText(new RegExp(room));
319 | // There is no accessibility marker for the StatelessNotificationBadge
> 320 | await expect(roomLocator.locator(`.${getBadgeClass(notificationLevel)}`)).toBeVisible();
| ^
321 | }
322 | }
323 |
at Helpers.assertRoomsInTac (/home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/index.ts:320:87)
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:116:9
|
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:147:9 › Threads Activity Centre › should mark all threads as read @screenshot:
playwright/e2e/spaces/threads-activity-centre/index.ts#L290
3) [Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:147:9 › Threads Activity Centre › should mark all threads as read @screenshot
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('navigation', { name: 'Spaces' }).getByLabel('Threads').locator('[data-indicator=\'success\']')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('navigation', { name: 'Spaces' }).getByLabel('Threads').locator('[data-indicator=\'success\']')
at spaces/threads-activity-centre/index.ts:290
288 | */
289 | assertNotificationTac() {
> 290 | return expect(this.getTacButton().locator("[data-indicator='success']")).toBeVisible();
| ^
291 | }
292 |
293 | /**
at Helpers.assertNotificationTac (/home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/index.ts:290:82)
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:150:20
|
end-to-end-tests
Process completed with exit code 1.
|
Slow Test:
[Chrome] › timeline/timeline.spec.ts#L1
[Chrome] › timeline/timeline.spec.ts took 2.7m
|
Slow Test:
[Chrome] › spotlight/spotlight.spec.ts#L1
[Chrome] › spotlight/spotlight.spec.ts took 2.2m
|
Slow Test:
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.5m
|
Slow Test:
[Chrome] › spaces/spaces.spec.ts#L1
[Chrome] › spaces/spaces.spec.ts took 59.0s
|
Slow Test:
[Chrome] › user-onboarding/user-onboarding-new.spec.ts#L1
[Chrome] › user-onboarding/user-onboarding-new.spec.ts took 34.7s
|
Slow Test:
[Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 2.2m
|
Slow Test:
[Chrome] › pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › pinned-messages/pinned-messages.spec.ts took 1.7m
|
Slow Test:
[Chrome] › login/login.spec.ts#L1
[Chrome] › login/login.spec.ts took 1.0m
|
Slow Test:
[Chrome] › right-panel/right-panel.spec.ts#L1
[Chrome] › right-panel/right-panel.spec.ts took 52.7s
|
Slow Test:
[Chrome] › settings/account-user-settings-tab.spec.ts#L1
[Chrome] › settings/account-user-settings-tab.spec.ts took 42.5s
|
Slow Test:
[Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 1.2m
|
Slow Test:
[Chrome] › audio-player/audio-player.spec.ts#L1
[Chrome] › audio-player/audio-player.spec.ts took 1.2m
|
Slow Test:
[Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 1.2m
|
Slow Test:
[Chrome] › crypto/crypto.spec.ts#L1
[Chrome] › crypto/crypto.spec.ts took 1.0m
|
Slow Test:
[Chrome] › crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › crypto/decryption-failure-messages.spec.ts took 44.9s
|
Slow Test:
[Firefox] › messages/messages.spec.ts#L1
[Firefox] › messages/messages.spec.ts took 2.9m
|
Slow Test:
[Firefox] › pinned-messages/pinned-messages.spec.ts#L1
[Firefox] › pinned-messages/pinned-messages.spec.ts took 2.2m
|
Slow Test:
[Firefox] › login/login.spec.ts#L1
[Firefox] › login/login.spec.ts took 1.3m
|
Slow Test:
[Firefox] › right-panel/right-panel.spec.ts#L1
[Firefox] › right-panel/right-panel.spec.ts took 1.2m
|
Slow Test:
[Firefox] › settings/account-user-settings-tab.spec.ts#L1
[Firefox] › settings/account-user-settings-tab.spec.ts took 55.6s
|
Slow Test:
[Firefox] › crypto/event-shields.spec.ts#L1
[Firefox] › crypto/event-shields.spec.ts took 1.6m
|
Slow Test:
[Firefox] › composer/RTE.spec.ts#L1
[Firefox] › composer/RTE.spec.ts took 1.6m
|
Slow Test:
[Firefox] › crypto/crypto.spec.ts#L1
[Firefox] › crypto/crypto.spec.ts took 1.3m
|
Slow Test:
[Firefox] › crypto/device-verification.spec.ts#L1
[Firefox] › crypto/device-verification.spec.ts took 1.1m
|
Slow Test:
[Firefox] › crypto/decryption-failure-messages.spec.ts#L1
[Firefox] › crypto/decryption-failure-messages.spec.ts took 52.9s
|
Slow Test:
[Firefox] › spotlight/spotlight.spec.ts#L1
[Firefox] › spotlight/spotlight.spec.ts took 2.9m
|
Slow Test:
[Firefox] › spaces/spaces.spec.ts#L1
[Firefox] › spaces/spaces.spec.ts took 1.3m
|
Slow Test:
[Firefox] › user-onboarding/user-onboarding-new.spec.ts#L1
[Firefox] › user-onboarding/user-onboarding-new.spec.ts took 36.5s
|
Slow Test:
[Firefox] › widgets/widget-pip-close.spec.ts#L1
[Firefox] › widgets/widget-pip-close.spec.ts took 29.1s
|
Slow Test:
[Firefox] › share-dialog/share-dialog.spec.ts#L1
[Firefox] › share-dialog/share-dialog.spec.ts took 27.8s
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist
12 skipped
91 passed (13.1m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account
2 skipped
100 passed (16.2m)
|
🎭 Playwright Run Summary
1 failed
[Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
103 passed (16.2m)
|
🎭 Playwright Run Summary
2 failed
[Firefox] › right-panel/file-panel.spec.ts:51:13 › FilePanel › render › should list tiles on the panel @screenshot
[Firefox] › right-panel/file-panel.spec.ts:136:13 › FilePanel › render › should render the audio player and play the audio file on the panel
2 skipped
99 passed (18.4m)
|
🎭 Playwright Run Summary
9 failed
[Firefox] › audio-player/audio-player.spec.ts:137:9 › Audio player › should be correctly rendered - light theme @screenshot
[Firefox] › audio-player/audio-player.spec.ts:142:9 › Audio player › should be correctly rendered - light theme with monospace font @screenshot
[Firefox] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme @screenshot
[Firefox] › audio-player/audio-player.spec.ts:168:9 › Audio player › should be correctly rendered - dark theme @screenshot
[Firefox] › audio-player/audio-player.spec.ts:177:9 › Audio player › should play an audio file ─
[Firefox] › audio-player/audio-player.spec.ts:199:9 › Audio player › should support downloading an audio file
[Firefox] › audio-player/audio-player.spec.ts:214:9 › Audio player › should support replying to audio file with another audio file @screenshot
[Firefox] › audio-player/audio-player.spec.ts:243:9 › Audio player › should support creating a reply chain with multiple audio files @screenshot
[Firefox] › audio-player/audio-player.spec.ts:310:9 › Audio player › should be rendered, play, and support replying on a thread
1 flaky
[Firefox] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
93 passed (26.2m)
|
🎭 Playwright Run Summary
12 failed
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:88:9 › Threads Activity Centre › should update with a thread is read @screenshot
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:111:9 › Threads Activity Centre › should order by recency after notification level
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:147:9 › Threads Activity Centre › should mark all threads as read @screenshot
[Firefox] › threads/threads.spec.ts:327:13 › Threads › with larger viewport › can send voice messages
[Firefox] › threads/threads.spec.ts:354:9 › Threads › should send location and reply to the location on ThreadView @screenshot
[Firefox] › timeline/timeline.spec.ts:100:13 › Timeline › useOnlyCurrentProfiles › should show historical profiles if disabled
[Firefox] › timeline/timeline.spec.ts:119:13 › Timeline › useOnlyCurrentProfiles › should not show historical profiles if enabled
[Firefox] › timeline/timeline.spec.ts:916:13 › Timeline › message sending › can reply with a voice message
[Firefox] › timeline/timeline.spec.ts:1215:13 › Timeline › message sending › should render images in the timeline @screenshot
[Firefox] › timeline/timeline.spec.ts:1227:17 › Timeline › message sending › MSC3916 - Authenticated Media › should render authenticated images in the timeline @screenshot
[Firefox] › widgets/stickers.spec.ts:147:9 › Stickers › should send a sticker to multiple rooms
[Firefox] › widgets/stickers.spec.ts:169:9 › Stickers › should handle a sticker picker widget missing creatorUserId
1 flaky
[Firefox] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist
12 skipped
77 passed (27.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-1
Expired
|
5.22 MB |
|
all-blob-reports-2
Expired
|
2.05 MB |
|
all-blob-reports-3
Expired
|
3.73 MB |
|
all-blob-reports-4
Expired
|
70.3 MB |
|
all-blob-reports-5
Expired
|
14.9 MB |
|
all-blob-reports-6
Expired
|
88.4 MB |
|
html-report
Expired
|
183 MB |
|
webapp
Expired
|
29.2 MB |
|