Fix and stabilise sliding sync playwright tests #3531
Annotations
29 errors, 30 warnings, and 6 notices
[Chrome] › room-directory/room-directory.spec.ts:18:9 › Room Directory › should allow admin to add alias & publish room to directory @no-webkit:
playwright/e2e/room-directory/room-directory.spec.ts#L34
1) [Chrome] › room-directory/room-directory.spec.ts:18:9 › Room Directory › should allow admin to add alias & publish room to directory @no-webkit
Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected)
Locator: locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#gaming:localhost')
Expected string: "mx_EditableItem_item"
Received: <element(s) not found>
Call log:
- expect.toHaveClass with timeout 5000ms
- waiting for locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#gaming:localhost')
32 | await localAddresses.getByRole("textbox").fill("gaming");
33 | await localAddresses.getByRole("button", { name: "Add" }).click();
> 34 | await expect(localAddresses.getByText("#gaming:localhost")).toHaveClass("mx_EditableItem_item");
| ^
35 |
36 | // Publish into the public rooms directory
37 | const publishedAddresses = page.locator(".mx_SettingsFieldset", { hasText: "Published Addresses" });
at /home/runner/work/element-web/element-web/playwright/e2e/room-directory/room-directory.spec.ts:34:73
|
[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 [Chrome] 1/6
Process completed with exit code 1.
|
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit:
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 @no-firefox @no-webkit
Test timeout of 90000ms exceeded.
|
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit:
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 @no-firefox @no-webkit
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 @no-firefox @no-webkit:
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 @no-firefox @no-webkit
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 @no-firefox @no-webkit:
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 @no-firefox @no-webkit
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 @no-firefox @no-webkit:
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 @no-firefox @no-webkit
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 @no-firefox @no-webkit:
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 @no-firefox @no-webkit
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] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit:
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 @no-firefox @no-webkit
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit:
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 @no-firefox @no-webkit
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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 @no-firefox @no-webkit:
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 @no-firefox @no-webkit
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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
|
Run Tests [Chrome] 3/6
Process completed with exit code 1.
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:78:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:78:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z
Test timeout of 30000ms exceeded.
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:78:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z:
playwright/pages/client.ts#L177
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:78:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z
Error: jsHandle.evaluate: Test timeout of 30000ms exceeded.
at ../pages/client.ts:177
175 | public async createRoom(options: ICreateRoomOpts): Promise<string> {
176 | const client = await this.prepareClient();
> 177 | return await client.evaluate(async (cli, options) => {
| ^
178 | const resp = await cli.createRoom(options);
179 | const roomId = resp.room_id;
180 | if (!cli.getRoom(roomId)) {
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:177:29)
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:84:13
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:78:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:78:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:78:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z:
playwright/pages/client.ts#L177
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:78:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: Test timeout of 30000ms exceeded.
at ../pages/client.ts:177
175 | public async createRoom(options: ICreateRoomOpts): Promise<string> {
176 | const client = await this.prepareClient();
> 177 | return await client.evaluate(async (cli, options) => {
| ^
178 | const resp = await cli.createRoom(options);
179 | const roomId = resp.room_id;
180 | if (!cli.getRoom(roomId)) {
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:177:29)
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:84:13
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:78:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:78:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:78:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z:
playwright/pages/client.ts#L177
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:78:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: Test timeout of 30000ms exceeded.
at ../pages/client.ts:177
175 | public async createRoom(options: ICreateRoomOpts): Promise<string> {
176 | const client = await this.prepareClient();
> 177 | return await client.evaluate(async (cli, options) => {
| ^
178 | const resp = await cli.createRoom(options);
179 | const roomId = resp.room_id;
180 | if (!cli.getRoom(roomId)) {
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:177:29)
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:84:13
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:104:5 › Sliding Sync › should move rooms around as new events arrive:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
2) [Chrome] › sliding-sync/sliding-sync.spec.ts:104:5 › Sliding Sync › should move rooms around as new events arrive
Test timeout of 30000ms exceeded.
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:104:5 › Sliding Sync › should move rooms around as new events arrive:
playwright/pages/client.ts#L177
2) [Chrome] › sliding-sync/sliding-sync.spec.ts:104:5 › Sliding Sync › should move rooms around as new events arrive
Error: jsHandle.evaluate: Test timeout of 30000ms exceeded.
at ../pages/client.ts:177
175 | public async createRoom(options: ICreateRoomOpts): Promise<string> {
176 | const client = await this.prepareClient();
> 177 | return await client.evaluate(async (cli, options) => {
| ^
178 | const resp = await cli.createRoom(options);
179 | const roomId = resp.room_id;
180 | if (!cli.getRoom(roomId)) {
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:177:29)
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:108:24
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:104:5 › Sliding Sync › should move rooms around as new events arrive:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
2) [Chrome] › sliding-sync/sliding-sync.spec.ts:104:5 › Sliding Sync › should move rooms around as new events arrive
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:104:5 › Sliding Sync › should move rooms around as new events arrive:
playwright/pages/client.ts#L177
2) [Chrome] › sliding-sync/sliding-sync.spec.ts:104:5 › Sliding Sync › should move rooms around as new events arrive
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: Test timeout of 30000ms exceeded.
at ../pages/client.ts:177
175 | public async createRoom(options: ICreateRoomOpts): Promise<string> {
176 | const client = await this.prepareClient();
> 177 | return await client.evaluate(async (cli, options) => {
| ^
178 | const resp = await cli.createRoom(options);
179 | const roomId = resp.room_id;
180 | if (!cli.getRoom(roomId)) {
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:177:29)
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:108:24
|
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.6m
|
Slow Test:
[Chrome] › threads/threads.spec.ts#L1
[Chrome] › threads/threads.spec.ts took 42.4s
|
Slow Test:
[Chrome] › user-onboarding/user-onboarding-new.spec.ts#L1
[Chrome] › user-onboarding/user-onboarding-new.spec.ts took 35.0s
|
Slow Test:
[Chrome] › widgets/widget-pip-close.spec.ts#L1
[Chrome] › widgets/widget-pip-close.spec.ts took 21.5s
|
Slow Test:
[Chrome] › widgets/stickers.spec.ts#L1
[Chrome] › widgets/stickers.spec.ts took 20.3s
|
Slow Test:
[Chrome] › right-panel/right-panel.spec.ts#L1
[Chrome] › right-panel/right-panel.spec.ts took 53.1s
|
Slow Test:
[Chrome] › polls/polls.spec.ts#L1
[Chrome] › polls/polls.spec.ts took 43.9s
|
Slow Test:
[Chrome] › settings/account-user-settings-tab.spec.ts#L1
[Chrome] › settings/account-user-settings-tab.spec.ts took 42.4s
|
Slow Test:
[Chrome] › right-panel/file-panel.spec.ts#L1
[Chrome] › right-panel/file-panel.spec.ts took 37.0s
|
Slow Test:
[Chrome] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
[Chrome] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 30.5s
|
Slow Test:
[Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 1.3m
|
Slow Test:
[Chrome] › integration-manager/kick.spec.ts#L1
[Chrome] › integration-manager/kick.spec.ts took 37.3s
|
Slow Test:
[Chrome] › knock/knock-into-room.spec.ts#L1
[Chrome] › knock/knock-into-room.spec.ts took 37.3s
|
Slow Test:
[Chrome] › editing/editing.spec.ts#L1
[Chrome] › editing/editing.spec.ts took 30.9s
|
Slow Test:
[Chrome] › knock/manage-knocks.spec.ts#L1
[Chrome] › knock/manage-knocks.spec.ts took 28.4s
|
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/crypto.spec.ts#L1
[Chrome] › crypto/crypto.spec.ts took 59.7s
|
Slow Test:
[Chrome] › crypto/device-verification.spec.ts#L1
[Chrome] › crypto/device-verification.spec.ts took 43.7s
|
Slow Test:
[Chrome] › crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › crypto/decryption-failure-messages.spec.ts took 39.9s
|
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] › login/soft_logout.spec.ts#L1
[Chrome] › login/soft_logout.spec.ts took 24.1s
|
Slow Test:
[Chrome] › oidc/oidc-aware.spec.ts#L1
[Chrome] › oidc/oidc-aware.spec.ts took 21.3s
|
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 1.0m
|
Slow Test:
[Chrome] › settings/general-room-settings-tab.spec.ts#L1
[Chrome] › settings/general-room-settings-tab.spec.ts took 21.1s
|
Slow Test:
[Chrome] › share-dialog/share-dialog.spec.ts#L1
[Chrome] › share-dialog/share-dialog.spec.ts took 20.9s
|
🎭 Playwright Run Summary
2 skipped
45 passed (5.9m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › room-directory/room-directory.spec.ts:18:9 › Room Directory › should allow admin to add alias & publish room to directory @no-webkit
1 skipped
50 passed (6.8m)
|
🎭 Playwright Run Summary
48 passed (7.2m)
|
🎭 Playwright Run Summary
1 failed
[Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
55 passed (9.1m)
|
🎭 Playwright Run Summary
1 failed
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit
1 skipped
50 passed (11.3m)
|
🎭 Playwright Run Summary
10 failed
[Chrome] › sliding-sync/sliding-sync.spec.ts:78:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z
[Chrome] › sliding-sync/sliding-sync.spec.ts:104:5 › Sliding Sync › should move rooms around as new events arrive
[Chrome] › sliding-sync/sliding-sync.spec.ts:127:5 › Sliding Sync › should not move the selected room: it should be sticky
[Chrome] › sliding-sync/sliding-sync.spec.ts:155:5 › Sliding Sync › should show the right unread notifications
[Chrome] › sliding-sync/sliding-sync.spec.ts:181:5 › Sliding Sync › should not show unread indicators
[Chrome] › sliding-sync/sliding-sync.spec.ts:214:5 › Sliding Sync › should show and be able to accept/reject/rescind invites
[Chrome] › sliding-sync/sliding-sync.spec.ts:281:5 › Sliding Sync › should show a favourite DM only in the favourite sublist
[Chrome] › sliding-sync/sliding-sync.spec.ts:295:5 › Sliding Sync › should clear the reply to field when swapping rooms
[Chrome] › sliding-sync/sliding-sync.spec.ts:327:5 › Sliding Sync › should not cancel replies when permalinks are clicked
[Chrome] › sliding-sync/sliding-sync.spec.ts:355:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
1 skipped
45 passed (22.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-Chrome-1
Expired
|
4.65 MB |
|
all-blob-reports-Chrome-2
Expired
|
580 KB |
|
all-blob-reports-Chrome-3
Expired
|
1.68 MB |
|
all-blob-reports-Chrome-4
Expired
|
3.99 MB |
|
all-blob-reports-Chrome-5
Expired
|
34 MB |
|
all-blob-reports-Chrome-6
Expired
|
666 KB |
|
html-report
Expired
|
45 MB |
|
webapp
Expired
|
29.2 MB |
|