Run Playwright tests against Dendrite & Pinecone periodically #3830
Annotations
82 errors, 25 warnings, and 12 notices
[Pinecone] › settings/general-room-settings-tab.spec.ts:39:9 › General room settings tab › long address should not cause dialog to overflow @no-webkit:
playwright/e2e/settings/general-room-settings-tab.spec.ts#L18
1) [Pinecone] › settings/general-room-settings-tab.spec.ts:39:9 › General room settings tab › long address should not cause dialog to overflow @no-webkit
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 | });
17 |
> 18 | test.beforeEach(async ({ user, app }) => {
| ^
19 | await app.client.createRoom({ name: roomName });
20 | await app.viewRoomByName(roomName);
21 | });
at /home/runner/work/element-web/element-web/playwright/e2e/settings/general-room-settings-tab.spec.ts:18:10
|
[Pinecone] › settings/general-room-settings-tab.spec.ts:39:9 › General room settings tab › long address should not cause dialog to overflow @no-webkit:
playwright/pages/ElementAppPage.ts#L96
1) [Pinecone] › settings/general-room-settings-tab.spec.ts:39:9 › General room settings tab › long address should not cause dialog to overflow @no-webkit
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('tree', { name: 'Rooms' }).locator('[title="Test Room"],[aria-label="Test Room"]').first()
at ../pages/ElementAppPage.ts:96
94 | .locator(`[title="${name}"],[aria-label="${name}"]`)
95 | .first()
> 96 | .click();
| ^
97 | }
98 |
99 | public async viewRoomById(roomId: string): Promise<void> {
at ElementAppPage.viewRoomByName (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:96:14)
at /home/runner/work/element-web/element-web/playwright/e2e/settings/general-room-settings-tab.spec.ts:20:19
|
[Pinecone] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot:
playwright/element-web-test.ts#L315
2) [Pinecone] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot
Error: expect.toMatchScreenshot: Test ended.
at ../element-web-test.ts:315
313 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options);
314 |
> 315 | await style.evaluate((tag) => tag.remove());
| ^
316 |
317 | testInfo.annotations.push({
318 | // `_` prefix hides it from the HTML reporter
at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:315:21)
|
[Pinecone] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot:
playwright/element-web-test.ts#L315
3) [Pinecone] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot
Error: expect.toMatchScreenshot: Test ended.
at ../element-web-test.ts:315
313 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options);
314 |
> 315 | await style.evaluate((tag) => tag.remove());
| ^
316 |
317 | testInfo.annotations.push({
318 | // `_` prefix hides it from the HTML reporter
at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:315:21)
|
[Dendrite] › settings/security-user-settings-tab.spec.ts:48:13 › Security user settings tab › with posthog enabled › should contain section to set ID server:
playwright/e2e/settings/security-user-settings-tab.spec.ts#L28
1) [Dendrite] › settings/security-user-settings-tab.spec.ts:48:13 › Security user settings tab › with posthog enabled › should contain section to set ID server
Test timeout of 30000ms exceeded while running "beforeEach" hook.
26 | });
27 |
> 28 | test.beforeEach(async ({ page, user }) => {
| ^
29 | // Dismiss "Notification" toast
30 | await page
31 | .locator(".mx_Toast_toast", { hasText: "Notifications" })
at /home/runner/work/element-web/element-web/playwright/e2e/settings/security-user-settings-tab.spec.ts:28:14
|
[Dendrite] › settings/security-user-settings-tab.spec.ts:48:13 › Security user settings tab › with posthog enabled › should contain section to set ID server:
playwright/element-web-test.ts#L183
1) [Dendrite] › settings/security-user-settings-tab.spec.ts:48:13 › Security user settings tab › with posthog enabled › should contain section to set ID server
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
[Dendrite] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot:
playwright/element-web-test.ts#L315
2) [Dendrite] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot
Error: expect.toMatchScreenshot: Test ended.
at ../element-web-test.ts:315
313 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options);
314 |
> 315 | await style.evaluate((tag) => tag.remove());
| ^
316 |
317 | testInfo.annotations.push({
318 | // `_` prefix hides it from the HTML reporter
at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:315:21)
|
[Dendrite] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot:
playwright/element-web-test.ts#L315
3) [Dendrite] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot
Error: expect.toMatchScreenshot: Test ended.
at ../element-web-test.ts:315
313 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options);
314 |
> 315 | await style.evaluate((tag) => tag.remove());
| ^
316 |
317 | testInfo.annotations.push({
318 | // `_` prefix hides it from the HTML reporter
at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:315:21)
|
[Dendrite] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L388
4) [Dendrite] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Error: expect(received).not.toHaveProperty(path)
Matcher error: received value must not be null nor undefined
Received has value: undefined
386 | }
387 | expect(body.unsubscribe_rooms).toEqual([unsubRoomId]);
> 388 | expect(body.room_subscriptions).not.toHaveProperty(unsubRoomId);
| ^
389 | expect(body.room_subscriptions).toHaveProperty(subRoomId);
390 | };
391 |
at assertUnsubExists (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:388:49)
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:409:9
|
[Dendrite] › crypto/device-verification.spec.ts:183:9 › Device verification › Handle incoming verification request with SAS @no-webkit:
playwright/e2e/crypto/device-verification.spec.ts#L224
1) [Dendrite] › crypto/device-verification.spec.ts:183:9 › Device verification › Handle incoming verification request with SAS @no-webkit
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_InfoDialog').getByText('You\'ve successfully verified (shared_secret_registration)!')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_InfoDialog').getByText('You\'ve successfully verified (shared_secret_registration)!')
222 | await expect(
223 | infoDialog.getByText(`You've successfully verified (${aliceBotClient.credentials.deviceId})!`),
> 224 | ).toBeVisible();
| ^
225 | await infoDialog.getByRole("button", { name: "Got it" }).click();
226 | });
227 | });
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:224:11
|
[Dendrite] › crypto/device-verification.spec.ts:183:9 › Device verification › Handle incoming verification request with SAS @no-webkit:
playwright/e2e/crypto/device-verification.spec.ts#L224
1) [Dendrite] › crypto/device-verification.spec.ts:183:9 › Device verification › Handle incoming verification request with SAS @no-webkit
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_InfoDialog').getByText('You\'ve successfully verified (shared_secret_registration)!')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_InfoDialog').getByText('You\'ve successfully verified (shared_secret_registration)!')
222 | await expect(
223 | infoDialog.getByText(`You've successfully verified (${aliceBotClient.credentials.deviceId})!`),
> 224 | ).toBeVisible();
| ^
225 | await infoDialog.getByRole("button", { name: "Got it" }).click();
226 | });
227 | });
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:224:11
|
[Dendrite] › crypto/device-verification.spec.ts:183:9 › Device verification › Handle incoming verification request with SAS @no-webkit:
playwright/e2e/crypto/device-verification.spec.ts#L224
1) [Dendrite] › crypto/device-verification.spec.ts:183:9 › Device verification › Handle incoming verification request with SAS @no-webkit
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_InfoDialog').getByText('You\'ve successfully verified (shared_secret_registration)!')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_InfoDialog').getByText('You\'ve successfully verified (shared_secret_registration)!')
222 | await expect(
223 | infoDialog.getByText(`You've successfully verified (${aliceBotClient.credentials.deviceId})!`),
> 224 | ).toBeVisible();
| ^
225 | await infoDialog.getByRole("button", { name: "Got it" }).click();
226 | });
227 | });
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:224:11
|
Run Tests [Dendrite] 2/6
Process completed with exit code 1.
|
[Dendrite] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme @no-firefox @no-webkit @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L125
1) [Dendrite] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme @no-firefox @no-webkit @screenshot
Test timeout of 30000ms exceeded while running "beforeEach" hook.
123 | };
124 |
> 125 | test.beforeEach(async ({ page, app, user }) => {
| ^
126 | await app.client.createRoom({ name: "Test Room" });
127 | await app.viewRoomByName("Test Room");
128 |
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:125:10
|
[Dendrite] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme @no-firefox @no-webkit @screenshot:
playwright/pages/ElementAppPage.ts#L96
1) [Dendrite] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme @no-firefox @no-webkit @screenshot
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('tree', { name: 'Rooms' }).locator('[title="Test Room"],[aria-label="Test Room"]').first()
at ../pages/ElementAppPage.ts:96
94 | .locator(`[title="${name}"],[aria-label="${name}"]`)
95 | .first()
> 96 | .click();
| ^
97 | }
98 |
99 | public async viewRoomById(roomId: string): Promise<void> {
at ElementAppPage.viewRoomByName (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:96:14)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:127:19
|
[Dendrite] › audio-player/audio-player.spec.ts:168:9 › Audio player › should be correctly rendered - dark theme @no-firefox @no-webkit @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L125
2) [Dendrite] › audio-player/audio-player.spec.ts:168:9 › Audio player › should be correctly rendered - dark theme @no-firefox @no-webkit @screenshot
Test timeout of 30000ms exceeded while running "beforeEach" hook.
123 | };
124 |
> 125 | test.beforeEach(async ({ page, app, user }) => {
| ^
126 | await app.client.createRoom({ name: "Test Room" });
127 | await app.viewRoomByName("Test Room");
128 |
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:125:10
|
[Dendrite] › audio-player/audio-player.spec.ts:168:9 › Audio player › should be correctly rendered - dark theme @no-firefox @no-webkit @screenshot:
playwright/element-web-test.ts#L183
2) [Dendrite] › audio-player/audio-player.spec.ts:168:9 › Audio player › should be correctly rendered - dark theme @no-firefox @no-webkit @screenshot
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
[Pinecone] › accessibility/keyboard-navigation.spec.ts:17:9 › Landmark navigation tests › without any rooms:
playwright/e2e/accessibility/keyboard-navigation.spec.ts#L1
1) [Pinecone] › accessibility/keyboard-navigation.spec.ts:17:9 › Landmark navigation tests › without any rooms
Test timeout of 30000ms exceeded while setting up "user".
|
[Pinecone] › accessibility/keyboard-navigation.spec.ts:17:9 › Landmark navigation tests › without any rooms:
playwright/element-web-test.ts#L183
1) [Pinecone] › accessibility/keyboard-navigation.spec.ts:17:9 › Landmark navigation tests › without any rooms
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
[Pinecone] › composer/CIDER.spec.ts:81:17 › Composer › CIDER › when Control+Enter is required to send › only sends when you press Control+Enter:
playwright/e2e/composer/CIDER.spec.ts#L27
2) [Pinecone] › composer/CIDER.spec.ts:81:17 › Composer › CIDER › when Control+Enter is required to send › only sends when you press Control+Enter
Test timeout of 30000ms exceeded while running "beforeEach" hook.
25 | });
26 |
> 27 | test.beforeEach(async ({ room }) => {}); // trigger room fixture
| ^
28 |
29 | test.describe("CIDER", () => {
30 | test("sends a message when you click send or press Enter", async ({ page }) => {
at /home/runner/work/element-web/element-web/playwright/e2e/composer/CIDER.spec.ts:27:10
|
[Pinecone] › composer/CIDER.spec.ts:81:17 › Composer › CIDER › when Control+Enter is required to send › only sends when you press Control+Enter:
playwright/element-web-test.ts#L183
2) [Pinecone] › composer/CIDER.spec.ts:81:17 › Composer › CIDER › when Control+Enter is required to send › only sends when you press Control+Enter
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
[Pinecone] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one:
playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts#L44
1) [Pinecone] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_RoomHeader_heading').getByText('Timmy')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomHeader_heading').getByText('Timmy')
42 | // open new 1:1 chat room
43 | await page.goto(`/#/user/${user2.userId}?action=chat`);
> 44 | await expect(page.locator(".mx_RoomHeader_heading").getByText(user2.displayName)).toBeVisible();
| ^
45 | });
46 | });
47 |
at /home/runner/work/element-web/element-web/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts:44:91
|
[Pinecone] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one:
playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts#L44
1) [Pinecone] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_RoomHeader_heading').getByText('Timmy')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomHeader_heading').getByText('Timmy')
42 | // open new 1:1 chat room
43 | await page.goto(`/#/user/${user2.userId}?action=chat`);
> 44 | await expect(page.locator(".mx_RoomHeader_heading").getByText(user2.displayName)).toBeVisible();
| ^
45 | });
46 | });
47 |
at /home/runner/work/element-web/element-web/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts:44:91
|
[Pinecone] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one:
playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts#L44
1) [Pinecone] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_RoomHeader_heading').getByText('Timmy')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomHeader_heading').getByText('Timmy')
42 | // open new 1:1 chat room
43 | await page.goto(`/#/user/${user2.userId}?action=chat`);
> 44 | await expect(page.locator(".mx_RoomHeader_heading").getByText(user2.displayName)).toBeVisible();
| ^
45 | });
46 | });
47 |
at /home/runner/work/element-web/element-web/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts:44:91
|
[Pinecone] › pinned-messages/pinned-messages.spec.ts:13:9 › Pinned messages › should show the empty state when there are no pinned messages @screenshot:
playwright/e2e/pinned-messages/index.ts#L148
2) [Pinecone] › pinned-messages/pinned-messages.spec.ts:13:9 › Pinned messages › should show the empty state when there are no pinned messages @screenshot
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('menuitem', { name: 'Pinned messages' })
Expected string: "Pinned messages0"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('menuitem', { name: 'Pinned messages' })
at pinned-messages/index.ts:148
146 | */
147 | async assertPinnedCountInRoomInfo(count: number) {
> 148 | await expect(this.page.getByRole("menuitem", { name: "Pinned messages" })).toHaveText(
| ^
149 | `Pinned messages${count}`,
150 | );
151 | }
at Helpers.assertPinnedCountInRoomInfo (/home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/index.ts:148:84)
at /home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/pinned-messages.spec.ts:19:24
|
[Pinecone] › pinned-messages/pinned-messages.spec.ts:25:9 › Pinned messages › should pin one message and to have the pinned message badge in the timeline @screenshot:
playwright/e2e/pinned-messages/pinned-messages.spec.ts#L1
3) [Pinecone] › pinned-messages/pinned-messages.spec.ts:25:9 › Pinned messages › should pin one message and to have the pinned message badge in the timeline @screenshot
Test timeout of 30000ms exceeded while setting up "user".
|
[Pinecone] › pinned-messages/pinned-messages.spec.ts:25:9 › Pinned messages › should pin one message and to have the pinned message badge in the timeline @screenshot:
playwright/element-web-test.ts#L183
3) [Pinecone] › pinned-messages/pinned-messages.spec.ts:25:9 › Pinned messages › should pin one message and to have the pinned message badge in the timeline @screenshot
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
Run Tests [Pinecone] 3/6
Process completed with exit code 1.
|
[Dendrite] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one:
playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts#L44
1) [Dendrite] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_RoomHeader_heading').getByText('Timmy')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomHeader_heading').getByText('Timmy')
42 | // open new 1:1 chat room
43 | await page.goto(`/#/user/${user2.userId}?action=chat`);
> 44 | await expect(page.locator(".mx_RoomHeader_heading").getByText(user2.displayName)).toBeVisible();
| ^
45 | });
46 | });
47 |
at /home/runner/work/element-web/element-web/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts:44:91
|
[Dendrite] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one:
playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts#L44
1) [Dendrite] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_RoomHeader_heading').getByText('Timmy')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomHeader_heading').getByText('Timmy')
42 | // open new 1:1 chat room
43 | await page.goto(`/#/user/${user2.userId}?action=chat`);
> 44 | await expect(page.locator(".mx_RoomHeader_heading").getByText(user2.displayName)).toBeVisible();
| ^
45 | });
46 | });
47 |
at /home/runner/work/element-web/element-web/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts:44:91
|
[Dendrite] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one:
playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts#L44
1) [Dendrite] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_RoomHeader_heading').getByText('Timmy')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomHeader_heading').getByText('Timmy')
42 | // open new 1:1 chat room
43 | await page.goto(`/#/user/${user2.userId}?action=chat`);
> 44 | await expect(page.locator(".mx_RoomHeader_heading").getByText(user2.displayName)).toBeVisible();
| ^
45 | });
46 | });
47 |
at /home/runner/work/element-web/element-web/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts:44:91
|
[Dendrite] › messages/messages.spec.ts:88:17 › Message rendering › with ltr display name › should render an LTR emote @screenshot:
playwright/e2e/messages/messages.spec.ts#L1
2) [Dendrite] › messages/messages.spec.ts:88:17 › Message rendering › with ltr display name › should render an LTR emote @screenshot
Test timeout of 30000ms exceeded while setting up "user".
|
[Dendrite] › messages/messages.spec.ts:88:17 › Message rendering › with ltr display name › should render an LTR emote @screenshot:
playwright/element-web-test.ts#L183
2) [Dendrite] › messages/messages.spec.ts:88:17 › Message rendering › with ltr display name › should render an LTR emote @screenshot
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
[Dendrite] › messages/messages.spec.ts:165:17 › Message rendering › with ltr display name › should render a reply of a RTL message @screenshot:
playwright/e2e/messages/messages.spec.ts#L1
3) [Dendrite] › messages/messages.spec.ts:165:17 › Message rendering › with ltr display name › should render a reply of a RTL message @screenshot
Test timeout of 30000ms exceeded while setting up "user".
|
[Dendrite] › messages/messages.spec.ts:165:17 › Message rendering › with ltr display name › should render a reply of a RTL message @screenshot:
playwright/element-web-test.ts#L183
3) [Dendrite] › messages/messages.spec.ts:165:17 › Message rendering › with ltr display name › should render a reply of a RTL message @screenshot
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
Run Tests [Dendrite] 3/6
Process completed with exit code 1.
|
[Dendrite] › timeline/timeline.spec.ts:100:13 › Timeline › useOnlyCurrentProfiles › should show historical profiles if disabled @no-firefox @no-webkit:
playwright/e2e/timeline/timeline.spec.ts#L94
1) [Dendrite] › timeline/timeline.spec.ts:100:13 › Timeline › useOnlyCurrentProfiles › should show historical profiles if disabled @no-firefox @no-webkit
Test timeout of 30000ms exceeded while running "beforeEach" hook.
92 |
93 | test.describe("useOnlyCurrentProfiles", { tag: ["@no-firefox", "@no-webkit"] }, () => {
> 94 | test.beforeEach(async ({ app, user }) => {
| ^
95 | ({ content_uri: oldAvatarUrl } = await app.client.uploadContent(OLD_AVATAR, { type: "image/png" }));
96 | await app.client.setAvatarUrl(oldAvatarUrl);
97 | ({ content_uri: newAvatarUrl } = await app.client.uploadContent(NEW_AVATAR, { type: "image/png" }));
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:94:14
|
[Dendrite] › timeline/timeline.spec.ts:100:13 › Timeline › useOnlyCurrentProfiles › should show historical profiles if disabled @no-firefox @no-webkit:
playwright/element-web-test.ts#L183
1) [Dendrite] › timeline/timeline.spec.ts:100:13 › Timeline › useOnlyCurrentProfiles › should show historical profiles if disabled @no-firefox @no-webkit
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
[Dendrite] › user-menu/user-menu.spec.ts:14:9 › User Menu › should contain our name & userId @screenshot:
playwright/e2e/user-menu/user-menu.spec.ts#L1
2) [Dendrite] › user-menu/user-menu.spec.ts:14:9 › User Menu › should contain our name & userId @screenshot
Test timeout of 30000ms exceeded while setting up "user".
|
[Dendrite] › user-menu/user-menu.spec.ts:14:9 › User Menu › should contain our name & userId @screenshot:
playwright/element-web-test.ts#L183
2) [Dendrite] › user-menu/user-menu.spec.ts:14:9 › User Menu › should contain our name & userId @screenshot
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
[Dendrite] › widgets/stickers.spec.ts:189:9 › Stickers › should render invalid mimetype as a file @no-firefox @no-webkit:
playwright/e2e/widgets/stickers.spec.ts#L1
3) [Dendrite] › widgets/stickers.spec.ts:189:9 › Stickers › should render invalid mimetype as a file @no-firefox @no-webkit
Test timeout of 30000ms exceeded while setting up "user".
|
[Dendrite] › widgets/stickers.spec.ts:189:9 › Stickers › should render invalid mimetype as a file @no-firefox @no-webkit:
playwright/element-web-test.ts#L183
3) [Dendrite] › widgets/stickers.spec.ts:189:9 › Stickers › should render invalid mimetype as a file @no-firefox @no-webkit
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
[Dendrite] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot:
playwright/e2e/polls/polls.spec.ts#L235
1) [Dendrite] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot
Error: Timed out 10000ms waiting for expect(locator).toBeAttached()
Locator: getByText('BotBob and one other were invited and joined')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 10000ms
- waiting for getByText('BotBob and one other were invited and joined')
233 |
234 | // wait until the bots joined
> 235 | await expect(page.getByText("BotBob and one other were invited and joined")).toBeAttached({
| ^
236 | timeout: 10000,
237 | });
238 |
at /home/runner/work/element-web/element-web/playwright/e2e/polls/polls.spec.ts:235:90
|
[Dendrite] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot:
playwright/e2e/polls/polls.spec.ts#L235
1) [Dendrite] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeAttached()
Locator: getByText('BotBob and one other were invited and joined')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 10000ms
- waiting for getByText('BotBob and one other were invited and joined')
233 |
234 | // wait until the bots joined
> 235 | await expect(page.getByText("BotBob and one other were invited and joined")).toBeAttached({
| ^
236 | timeout: 10000,
237 | });
238 |
at /home/runner/work/element-web/element-web/playwright/e2e/polls/polls.spec.ts:235:90
|
[Dendrite] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot:
playwright/e2e/polls/polls.spec.ts#L235
1) [Dendrite] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeAttached()
Locator: getByText('BotBob and one other were invited and joined')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 10000ms
- waiting for getByText('BotBob and one other were invited and joined')
233 |
234 | // wait until the bots joined
> 235 | await expect(page.getByText("BotBob and one other were invited and joined")).toBeAttached({
| ^
236 | timeout: 10000,
237 | });
238 |
at /home/runner/work/element-web/element-web/playwright/e2e/polls/polls.spec.ts:235:90
|
[Dendrite] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread:
playwright/e2e/room_options/marked_unread.spec.ts#L51
2) [Dendrite] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread
Error: expect(locator).toBeVisible()
Locator: getByLabel('The mark unread test room Unread messages.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('The mark unread test room Unread messages.')
49 | await page.getByRole("menuitem", { name: "Mark as unread" }).click();
50 |
> 51 | expect(page.getByLabel(TEST_ROOM_NAME + " Unread messages.")).toBeVisible();
| ^
52 | });
53 | });
54 |
at /home/runner/work/element-web/element-web/playwright/e2e/room_options/marked_unread.spec.ts:51:71
|
[Dendrite] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread:
playwright/e2e/room_options/marked_unread.spec.ts#L34
2) [Dendrite] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('The mark unread test room 1 unread message.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('The mark unread test room 1 unread message.')
32 |
33 | // Regular notification on new message
> 34 | await expect(page.getByLabel(TEST_ROOM_NAME + " 1 unread message.")).toBeVisible();
| ^
35 | await expect(page).toHaveTitle("Element [1]");
36 |
37 | await page.goto("/#/room/" + roomId);
at /home/runner/work/element-web/element-web/playwright/e2e/room_options/marked_unread.spec.ts:34:78
|
[Dendrite] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread:
playwright/e2e/room_options/marked_unread.spec.ts#L34
2) [Dendrite] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('The mark unread test room 1 unread message.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('The mark unread test room 1 unread message.')
32 |
33 | // Regular notification on new message
> 34 | await expect(page.getByLabel(TEST_ROOM_NAME + " 1 unread message.")).toBeVisible();
| ^
35 | await expect(page).toHaveTitle("Element [1]");
36 |
37 | await page.goto("/#/room/" + roomId);
at /home/runner/work/element-web/element-web/playwright/e2e/room_options/marked_unread.spec.ts:34:78
|
[Dendrite] › settings/device-management.spec.ts:23:9 › Device manager › should display sessions:
playwright/e2e/settings/device-management.spec.ts#L63
3) [Dendrite] › settings/device-management.spec.ts:23:9 › Device manager › should display sessions
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.mx_SettingsTab').locator('.mx_FilteredDeviceList_listItem')
Expected: 1
Received: 3
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.mx_SettingsTab').locator('.mx_FilteredDeviceList_listItem')
9 × locator resolved to 3 elements
- unexpected value "3"
61 |
62 | // list updated after sign out
> 63 | await expect(filteredDeviceListItems).toHaveCount(1);
| ^
64 | // security recommendation count updated
65 | await expect(tab.getByRole("button", { name: "View all (1)" })).toBeVisible();
66 |
at /home/runner/work/element-web/element-web/playwright/e2e/settings/device-management.spec.ts:63:47
|
[Dendrite] › settings/device-management.spec.ts:23:9 › Device manager › should display sessions:
playwright/e2e/settings/device-management.spec.ts#L63
3) [Dendrite] › settings/device-management.spec.ts:23:9 › Device manager › should display sessions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.mx_SettingsTab').locator('.mx_FilteredDeviceList_listItem')
Expected: 1
Received: 3
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.mx_SettingsTab').locator('.mx_FilteredDeviceList_listItem')
9 × locator resolved to 3 elements
- unexpected value "3"
61 |
62 | // list updated after sign out
> 63 | await expect(filteredDeviceListItems).toHaveCount(1);
| ^
64 | // security recommendation count updated
65 | await expect(tab.getByRole("button", { name: "View all (1)" })).toBeVisible();
66 |
at /home/runner/work/element-web/element-web/playwright/e2e/settings/device-management.spec.ts:63:47
|
[Dendrite] › settings/device-management.spec.ts:23:9 › Device manager › should display sessions:
playwright/e2e/settings/device-management.spec.ts#L63
3) [Dendrite] › settings/device-management.spec.ts:23:9 › Device manager › should display sessions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.mx_SettingsTab').locator('.mx_FilteredDeviceList_listItem')
Expected: 1
Received: 3
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.mx_SettingsTab').locator('.mx_FilteredDeviceList_listItem')
9 × locator resolved to 3 elements
- unexpected value "3"
61 |
62 | // list updated after sign out
> 63 | await expect(filteredDeviceListItems).toHaveCount(1);
| ^
64 | // security recommendation count updated
65 | await expect(tab.getByRole("button", { name: "View all (1)" })).toBeVisible();
66 |
at /home/runner/work/element-web/element-web/playwright/e2e/settings/device-management.spec.ts:63:47
|
Run Tests [Dendrite] 4/6
Process completed with exit code 1.
|
[Pinecone] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot:
playwright/e2e/polls/polls.spec.ts#L235
1) [Pinecone] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot
Error: Timed out 10000ms waiting for expect(locator).toBeAttached()
Locator: getByText('BotBob and one other were invited and joined')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 10000ms
- waiting for getByText('BotBob and one other were invited and joined')
233 |
234 | // wait until the bots joined
> 235 | await expect(page.getByText("BotBob and one other were invited and joined")).toBeAttached({
| ^
236 | timeout: 10000,
237 | });
238 |
at /home/runner/work/element-web/element-web/playwright/e2e/polls/polls.spec.ts:235:90
|
[Pinecone] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot:
playwright/e2e/polls/polls.spec.ts#L235
1) [Pinecone] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeAttached()
Locator: getByText('BotBob and one other were invited and joined')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 10000ms
- waiting for getByText('BotBob and one other were invited and joined')
233 |
234 | // wait until the bots joined
> 235 | await expect(page.getByText("BotBob and one other were invited and joined")).toBeAttached({
| ^
236 | timeout: 10000,
237 | });
238 |
at /home/runner/work/element-web/element-web/playwright/e2e/polls/polls.spec.ts:235:90
|
[Pinecone] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot:
playwright/e2e/polls/polls.spec.ts#L235
1) [Pinecone] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeAttached()
Locator: getByText('BotBob and one other were invited and joined')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 10000ms
- waiting for getByText('BotBob and one other were invited and joined')
233 |
234 | // wait until the bots joined
> 235 | await expect(page.getByText("BotBob and one other were invited and joined")).toBeAttached({
| ^
236 | timeout: 10000,
237 | });
238 |
at /home/runner/work/element-web/element-web/playwright/e2e/polls/polls.spec.ts:235:90
|
[Pinecone] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread:
playwright/e2e/room_options/marked_unread.spec.ts#L34
2) [Pinecone] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('The mark unread test room 1 unread message.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('The mark unread test room 1 unread message.')
32 |
33 | // Regular notification on new message
> 34 | await expect(page.getByLabel(TEST_ROOM_NAME + " 1 unread message.")).toBeVisible();
| ^
35 | await expect(page).toHaveTitle("Element [1]");
36 |
37 | await page.goto("/#/room/" + roomId);
at /home/runner/work/element-web/element-web/playwright/e2e/room_options/marked_unread.spec.ts:34:78
|
[Pinecone] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread:
playwright/e2e/room_options/marked_unread.spec.ts#L34
2) [Pinecone] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('The mark unread test room 1 unread message.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('The mark unread test room 1 unread message.')
32 |
33 | // Regular notification on new message
> 34 | await expect(page.getByLabel(TEST_ROOM_NAME + " 1 unread message.")).toBeVisible();
| ^
35 | await expect(page).toHaveTitle("Element [1]");
36 |
37 | await page.goto("/#/room/" + roomId);
at /home/runner/work/element-web/element-web/playwright/e2e/room_options/marked_unread.spec.ts:34:78
|
[Pinecone] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread:
playwright/e2e/room_options/marked_unread.spec.ts#L34
2) [Pinecone] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('The mark unread test room 1 unread message.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('The mark unread test room 1 unread message.')
32 |
33 | // Regular notification on new message
> 34 | await expect(page.getByLabel(TEST_ROOM_NAME + " 1 unread message.")).toBeVisible();
| ^
35 | await expect(page).toHaveTitle("Element [1]");
36 |
37 | await page.goto("/#/room/" + roomId);
at /home/runner/work/element-web/element-web/playwright/e2e/room_options/marked_unread.spec.ts:34:78
|
[Pinecone] › settings/device-management.spec.ts:23:9 › Device manager › should display sessions:
playwright/e2e/settings/device-management.spec.ts#L63
3) [Pinecone] › settings/device-management.spec.ts:23:9 › Device manager › should display sessions
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.mx_SettingsTab').locator('.mx_FilteredDeviceList_listItem')
Expected: 1
Received: 3
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.mx_SettingsTab').locator('.mx_FilteredDeviceList_listItem')
9 × locator resolved to 3 elements
- unexpected value "3"
61 |
62 | // list updated after sign out
> 63 | await expect(filteredDeviceListItems).toHaveCount(1);
| ^
64 | // security recommendation count updated
65 | await expect(tab.getByRole("button", { name: "View all (1)" })).toBeVisible();
66 |
at /home/runner/work/element-web/element-web/playwright/e2e/settings/device-management.spec.ts:63:47
|
[Pinecone] › settings/device-management.spec.ts:23:9 › Device manager › should display sessions:
playwright/e2e/settings/device-management.spec.ts#L63
3) [Pinecone] › settings/device-management.spec.ts:23:9 › Device manager › should display sessions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.mx_SettingsTab').locator('.mx_FilteredDeviceList_listItem')
Expected: 1
Received: 3
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.mx_SettingsTab').locator('.mx_FilteredDeviceList_listItem')
9 × locator resolved to 3 elements
- unexpected value "3"
61 |
62 | // list updated after sign out
> 63 | await expect(filteredDeviceListItems).toHaveCount(1);
| ^
64 | // security recommendation count updated
65 | await expect(tab.getByRole("button", { name: "View all (1)" })).toBeVisible();
66 |
at /home/runner/work/element-web/element-web/playwright/e2e/settings/device-management.spec.ts:63:47
|
[Pinecone] › settings/device-management.spec.ts:23:9 › Device manager › should display sessions:
playwright/e2e/settings/device-management.spec.ts#L63
3) [Pinecone] › settings/device-management.spec.ts:23:9 › Device manager › should display sessions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.mx_SettingsTab').locator('.mx_FilteredDeviceList_listItem')
Expected: 1
Received: 3
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.mx_SettingsTab').locator('.mx_FilteredDeviceList_listItem')
9 × locator resolved to 3 elements
- unexpected value "3"
61 |
62 | // list updated after sign out
> 63 | await expect(filteredDeviceListItems).toHaveCount(1);
| ^
64 | // security recommendation count updated
65 | await expect(tab.getByRole("button", { name: "View all (1)" })).toBeVisible();
66 |
at /home/runner/work/element-web/element-web/playwright/e2e/settings/device-management.spec.ts:63:47
|
[Pinecone] › right-panel/right-panel.spec.ts:77:13 › RightPanel › in rooms › should handle viewing export chat:
playwright/e2e/right-panel/right-panel.spec.ts#L35
4) [Pinecone] › right-panel/right-panel.spec.ts:77:13 › RightPanel › in rooms › should handle viewing export chat
Test timeout of 30000ms exceeded while running "beforeEach" hook.
33 | });
34 |
> 35 | test.beforeEach(async ({ app, user }) => {
| ^
36 | await app.client.createRoom({ name: ROOM_NAME });
37 | await app.client.createSpace({ name: SPACE_NAME });
38 | });
at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/right-panel.spec.ts:35:10
|
[Pinecone] › crypto/device-verification.spec.ts:183:9 › Device verification › Handle incoming verification request with SAS @no-webkit:
playwright/e2e/crypto/device-verification.spec.ts#L224
1) [Pinecone] › crypto/device-verification.spec.ts:183:9 › Device verification › Handle incoming verification request with SAS @no-webkit
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_InfoDialog').getByText('You\'ve successfully verified (shared_secret_registration)!')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_InfoDialog').getByText('You\'ve successfully verified (shared_secret_registration)!')
222 | await expect(
223 | infoDialog.getByText(`You've successfully verified (${aliceBotClient.credentials.deviceId})!`),
> 224 | ).toBeVisible();
| ^
225 | await infoDialog.getByRole("button", { name: "Got it" }).click();
226 | });
227 | });
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:224:11
|
[Pinecone] › crypto/device-verification.spec.ts:183:9 › Device verification › Handle incoming verification request with SAS @no-webkit:
playwright/e2e/crypto/device-verification.spec.ts#L224
1) [Pinecone] › crypto/device-verification.spec.ts:183:9 › Device verification › Handle incoming verification request with SAS @no-webkit
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_InfoDialog').getByText('You\'ve successfully verified (shared_secret_registration)!')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_InfoDialog').getByText('You\'ve successfully verified (shared_secret_registration)!')
222 | await expect(
223 | infoDialog.getByText(`You've successfully verified (${aliceBotClient.credentials.deviceId})!`),
> 224 | ).toBeVisible();
| ^
225 | await infoDialog.getByRole("button", { name: "Got it" }).click();
226 | });
227 | });
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:224:11
|
[Pinecone] › crypto/device-verification.spec.ts:183:9 › Device verification › Handle incoming verification request with SAS @no-webkit:
playwright/e2e/crypto/device-verification.spec.ts#L224
1) [Pinecone] › crypto/device-verification.spec.ts:183:9 › Device verification › Handle incoming verification request with SAS @no-webkit
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_InfoDialog').getByText('You\'ve successfully verified (shared_secret_registration)!')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_InfoDialog').getByText('You\'ve successfully verified (shared_secret_registration)!')
222 | await expect(
223 | infoDialog.getByText(`You've successfully verified (${aliceBotClient.credentials.deviceId})!`),
> 224 | ).toBeVisible();
| ^
225 | await infoDialog.getByRole("button", { name: "Got it" }).click();
226 | });
227 | });
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:224:11
|
[Pinecone] › crypto/event-shields.spec.ts:60:13 › Cryptography › event shields › should show the correct shield on e2e events:
playwright/e2e/crypto/event-shields.spec.ts#L36
2) [Pinecone] › crypto/event-shields.spec.ts:60:13 › Cryptography › event shields › should show the correct shield on e2e events
Test timeout of 30000ms exceeded while running "beforeEach" hook.
34 | let testRoomId: string;
35 |
> 36 | test.beforeEach(async ({ page, bot: bob, user: aliceCredentials, app }) => {
| ^
37 | await app.client.bootstrapCrossSigning(aliceCredentials);
38 | await autoJoin(bob);
39 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/event-shields.spec.ts:36:14
|
[Pinecone] › crypto/event-shields.spec.ts:60:13 › Cryptography › event shields › should show the correct shield on e2e events:
playwright/element-web-test.ts#L183
2) [Pinecone] › crypto/event-shields.spec.ts:60:13 › Cryptography › event shields › should show the correct shield on e2e events
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
[Pinecone] › crypto/event-shields.spec.ts:323:13 › Cryptography › event shields › should show correct shields on events sent by users with changed identity:
playwright/e2e/crypto/event-shields.spec.ts#L36
3) [Pinecone] › crypto/event-shields.spec.ts:323:13 › Cryptography › event shields › should show correct shields on events sent by users with changed identity
Test timeout of 30000ms exceeded while running "beforeEach" hook.
34 | let testRoomId: string;
35 |
> 36 | test.beforeEach(async ({ page, bot: bob, user: aliceCredentials, app }) => {
| ^
37 | await app.client.bootstrapCrossSigning(aliceCredentials);
38 | await autoJoin(bob);
39 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/event-shields.spec.ts:36:14
|
[Pinecone] › crypto/event-shields.spec.ts:323:13 › Cryptography › event shields › should show correct shields on events sent by users with changed identity:
playwright/element-web-test.ts#L183
3) [Pinecone] › crypto/event-shields.spec.ts:323:13 › Cryptography › event shields › should show correct shields on events sent by users with changed identity
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
[Pinecone] › crypto/invisible-crypto.spec.ts:20:9 › Invisible cryptography › Messages fail to decrypt when sender is previously verified:
playwright/e2e/crypto/invisible-crypto.spec.ts#L1
4) [Pinecone] › crypto/invisible-crypto.spec.ts:20:9 › Invisible cryptography › Messages fail to decrypt when sender is previously verified
Test timeout of 30000ms exceeded while setting up "user".
|
[Pinecone] › crypto/invisible-crypto.spec.ts:20:9 › Invisible cryptography › Messages fail to decrypt when sender is previously verified:
playwright/element-web-test.ts#L183
4) [Pinecone] › crypto/invisible-crypto.spec.ts:20:9 › Invisible cryptography › Messages fail to decrypt when sender is previously verified
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
[Pinecone] › integration-manager/kick.spec.ts:144:9 › Integration Manager: Kick › should kick the target:
playwright/e2e/integration-manager/kick.spec.ts#L114
5) [Pinecone] › integration-manager/kick.spec.ts:144:9 › Integration Manager: Kick › should kick the target
Test timeout of 30000ms exceeded while running "beforeEach" hook.
112 | });
113 |
> 114 | test.beforeEach(async ({ page, user, app, room }) => {
| ^
115 | await app.client.setAccountData("m.widgets", {
116 | "m.integration_manager": {
117 | content: {
at /home/runner/work/element-web/element-web/playwright/e2e/integration-manager/kick.spec.ts:114:10
|
|
end-to-end-tests:
spaces/spaces.spec.ts/space-panel-expanded-linux.png#L1
Stale screenshot file
|
end-to-end-tests:
spaces/spaces.spec.ts/space-panel-collapsed-linux.png#L1
Stale screenshot file
|
end-to-end-tests:
spaces/spaces.spec.ts/space-create-menu-linux.png#L1
Stale screenshot file
|
end-to-end-tests:
spaces/spaces.spec.ts/invite-teammates-dialog-linux.png#L1
Stale screenshot file
|
end-to-end-tests:
register/register.spec.ts/use-case-selection-linux.png#L1
Stale screenshot file
|
end-to-end-tests:
register/register.spec.ts/terms-prompt-linux.png#L1
Stale screenshot file
|
end-to-end-tests:
register/register.spec.ts/server-picker-linux.png#L1
Stale screenshot file
|
end-to-end-tests:
register/register.spec.ts/registration-linux.png#L1
Stale screenshot file
|
end-to-end-tests:
register/register.spec.ts/email-prompt-linux.png#L1
Stale screenshot file
|
Slow Test:
[Pinecone] › timeline/timeline.spec.ts#L1
[Pinecone] › timeline/timeline.spec.ts took 1.8m
|
Slow Test:
[Pinecone] › user-onboarding/user-onboarding-new.spec.ts#L1
[Pinecone] › user-onboarding/user-onboarding-new.spec.ts took 23.9s
|
Slow Test:
[Dendrite] › crypto/event-shields.spec.ts#L1
[Dendrite] › crypto/event-shields.spec.ts took 57.5s
|
Slow Test:
[Dendrite] › integration-manager/kick.spec.ts#L1
[Dendrite] › integration-manager/kick.spec.ts took 23.4s
|
Slow Test:
[Dendrite] › integration-manager/send_event.spec.ts#L1
[Dendrite] › integration-manager/send_event.spec.ts took 16.5s
|
Slow Test:
[Dendrite] › integration-manager/read_events.spec.ts#L1
[Dendrite] › integration-manager/read_events.spec.ts took 16.3s
|
Slow Test:
[Dendrite] › composer/RTE.spec.ts#L1
[Dendrite] › composer/RTE.spec.ts took 46.9s
|
Slow Test:
[Dendrite] › accessibility/keyboard-navigation.spec.ts#L1
[Dendrite] › accessibility/keyboard-navigation.spec.ts took 18.4s
|
Slow Test:
[Dendrite] › crypto/backups.spec.ts#L1
[Dendrite] › crypto/backups.spec.ts took 17.5s
|
Slow Test:
[Dendrite] › composer/CIDER.spec.ts#L1
[Dendrite] › composer/CIDER.spec.ts took 15.7s
|
Slow Test:
[Pinecone] › composer/RTE.spec.ts#L1
[Pinecone] › composer/RTE.spec.ts took 47.4s
|
Slow Test:
[Pinecone] › audio-player/audio-player.spec.ts#L1
[Pinecone] › audio-player/audio-player.spec.ts took 46.7s
|
Slow Test:
[Pinecone] › crypto/backups.spec.ts#L1
[Pinecone] › crypto/backups.spec.ts took 18.3s
|
Slow Test:
[Pinecone] › messages/messages.spec.ts#L1
[Pinecone] › messages/messages.spec.ts took 1.4m
|
Slow Test:
[Dendrite] › pinned-messages/pinned-messages.spec.ts#L1
[Dendrite] › pinned-messages/pinned-messages.spec.ts took 1.0m
|
Slow Test:
[Dendrite] › user-onboarding/user-onboarding-new.spec.ts#L1
[Dendrite] › user-onboarding/user-onboarding-new.spec.ts took 24.1s
|
Slow Test:
[Dendrite] › right-panel/right-panel.spec.ts#L1
[Dendrite] › right-panel/right-panel.spec.ts took 32.5s
|
Slow Test:
[Dendrite] › settings/account-user-settings-tab.spec.ts#L1
[Dendrite] › settings/account-user-settings-tab.spec.ts took 26.4s
|
Slow Test:
[Dendrite] › right-panel/file-panel.spec.ts#L1
[Dendrite] › right-panel/file-panel.spec.ts took 23.4s
|
Slow Test:
[Dendrite] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
[Dendrite] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 18.2s
|
Slow Test:
[Dendrite] › room/room-header.spec.ts#L1
[Dendrite] › room/room-header.spec.ts took 15.4s
|
Slow Test:
[Pinecone] › settings/account-user-settings-tab.spec.ts#L1
[Pinecone] › settings/account-user-settings-tab.spec.ts took 27.0s
|
Slow Test:
[Pinecone] › right-panel/file-panel.spec.ts#L1
[Pinecone] › right-panel/file-panel.spec.ts took 23.2s
|
Slow Test:
[Pinecone] › room/room-header.spec.ts#L1
[Pinecone] › room/room-header.spec.ts took 15.4s
|
Slow Test:
[Pinecone] › invite/invite-dialog.spec.ts#L1
[Pinecone] › invite/invite-dialog.spec.ts took 15.3s
|
🎭 Playwright Run Summary
3 flaky
[Pinecone] › settings/general-room-settings-tab.spec.ts:39:9 › General room settings tab › long address should not cause dialog to overflow @no-webkit
[Pinecone] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot
[Pinecone] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot
44 skipped
9 passed (1.9m)
|
🎭 Playwright Run Summary
4 flaky
[Dendrite] › settings/security-user-settings-tab.spec.ts:48:13 › Security user settings tab › with posthog enabled › should contain section to set ID server
[Dendrite] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot
[Dendrite] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot
[Dendrite] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
34 skipped
18 passed (3.4m)
|
🎭 Playwright Run Summary
6 skipped
41 passed (3.5m)
|
🎭 Playwright Run Summary
1 failed
[Dendrite] › crypto/device-verification.spec.ts:183:9 › Device verification › Handle incoming verification request with SAS @no-webkit
21 skipped
30 passed (4.1m)
|
🎭 Playwright Run Summary
2 flaky
[Dendrite] › audio-player/audio-player.spec.ts:152:9 › Audio player › should be correctly rendered - high contrast theme @no-firefox @no-webkit @screenshot
[Dendrite] › audio-player/audio-player.spec.ts:168:9 › Audio player › should be correctly rendered - dark theme @no-firefox @no-webkit @screenshot
18 skipped
32 passed (4.2m)
|
🎭 Playwright Run Summary
2 flaky
[Pinecone] › accessibility/keyboard-navigation.spec.ts:17:9 › Landmark navigation tests › without any rooms
[Pinecone] › composer/CIDER.spec.ts:81:17 › Composer › CIDER › when Control+Enter is required to send › only sends when you press Control+Enter
18 skipped
32 passed (4.2m)
|
🎭 Playwright Run Summary
1 failed
[Pinecone] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one
2 flaky
[Pinecone] › pinned-messages/pinned-messages.spec.ts:13:9 › Pinned messages › should show the empty state when there are no pinned messages @screenshot
[Pinecone] › pinned-messages/pinned-messages.spec.ts:25:9 › Pinned messages › should pin one message and to have the pinned message badge in the timeline @screenshot
13 skipped
36 passed (4.8m)
|
🎭 Playwright Run Summary
1 failed
[Dendrite] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one
2 flaky
[Dendrite] › messages/messages.spec.ts:88:17 › Message rendering › with ltr display name › should render an LTR emote @screenshot
[Dendrite] › messages/messages.spec.ts:165:17 › Message rendering › with ltr display name › should render a reply of a RTL message @screenshot
13 skipped
36 passed (5.2m)
|
🎭 Playwright Run Summary
3 flaky
[Dendrite] › timeline/timeline.spec.ts:100:13 › Timeline › useOnlyCurrentProfiles › should show historical profiles if disabled @no-firefox @no-webkit
[Dendrite] › user-menu/user-menu.spec.ts:14:9 › User Menu › should contain our name & userId @screenshot
[Dendrite] › widgets/stickers.spec.ts:189:9 › Stickers › should render invalid mimetype as a file @no-firefox @no-webkit
6 skipped
38 passed (5.0m)
|
🎭 Playwright Run Summary
3 failed
[Dendrite] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot
[Dendrite] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread
[Dendrite] › settings/device-management.spec.ts:23:9 › Device manager › should display sessions
5 skipped
44 passed (5.3m)
|
🎭 Playwright Run Summary
3 failed
[Pinecone] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot
[Pinecone] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread
[Pinecone] › settings/device-management.spec.ts:23:9 › Device manager › should display sessions
2 flaky
[Pinecone] › right-panel/right-panel.spec.ts:77:13 › RightPanel › in rooms › should handle viewing export chat
[Pinecone] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts:40:13 › Appearance user settings tab › Theme Choice Panel › should disable the themes when the system theme is clicked @screenshot
7 skipped
40 passed (6.3m)
|
🎭 Playwright Run Summary
1 failed
[Pinecone] › crypto/device-verification.spec.ts:183:9 › Device verification › Handle incoming verification request with SAS @no-webkit
7 flaky
[Pinecone] › crypto/event-shields.spec.ts:60:13 › Cryptography › event shields › should show the correct shield on e2e events
[Pinecone] › crypto/event-shields.spec.ts:323:13 › Cryptography › event shields › should show correct shields on events sent by users with changed identity
[Pinecone] › crypto/invisible-crypto.spec.ts:20:9 › Invisible cryptography › Messages fail to decrypt when sender is previously verified
[Pinecone] › integration-manager/kick.spec.ts:144:9 › Integration Manager: Kick › should kick the target
[Pinecone] › integration-manager/kick.spec.ts:173:9 › Integration Manager: Kick › should no-op if the target already left
[Pinecone] › integration-manager/read_events.spec.ts:129:9 › Integration Manager: Read Events › should read a state event by state key
[Pinecone] › integration-manager/send_event.spec.ts:227:9 › Integration Manager: Send Event › should fail to send an event type which is not allowed
21 skipped
23 passed (8.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-Dendrite-1
Expired
|
8.06 MB |
|
all-blob-reports-Dendrite-2
Expired
|
8.06 MB |
|
all-blob-reports-Dendrite-3
Expired
|
10.4 MB |
|
all-blob-reports-Dendrite-4
Expired
|
10.8 MB |
|
all-blob-reports-Dendrite-5
Expired
|
11.8 MB |
|
all-blob-reports-Dendrite-6
Expired
|
8.41 MB |
|
all-blob-reports-Pinecone-1
Expired
|
5.17 MB |
|
all-blob-reports-Pinecone-2
Expired
|
41.2 MB |
|
all-blob-reports-Pinecone-3
Expired
|
10.5 MB |
|
all-blob-reports-Pinecone-4
Expired
|
16.9 MB |
|
all-blob-reports-Pinecone-5
Expired
|
9.11 MB |
|
all-blob-reports-Pinecone-6
Expired
|
526 KB |
|
html-report
|
140 MB |
|
webapp
Expired
|
28.5 MB |
|