element-web-notify #5405
end-to-end-tests.yaml
on: repository_dispatch
Build Element-Web
1m 50s
Matrix: playwright
end-to-end-tests
1m 7s
Annotations
5 errors, 30 warnings, and 6 notices
[Chrome] › playwright/e2e/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
1) [Chrome] › playwright/e2e/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
|
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:917:13 › Timeline › message sending › can reply with a voice message @no-firefox @no-webkit:
playwright/e2e/timeline/timeline.spec.ts#L1
1) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:917:13 › Timeline › message sending › can reply with a voice message @no-firefox @no-webkit
Test timeout of 30000ms exceeded.
|
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:917:13 › Timeline › message sending › can reply with a voice message @no-firefox @no-webkit:
playwright/e2e/timeline/timeline.spec.ts#L896
1) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:917:13 › Timeline › message sending › can reply with a voice message @no-firefox @no-webkit
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_EventTile_last').getByRole('button', { name: 'Reply', exact: true })
- locator resolved to <div tabindex="-1" role="button" aria-label="Reply" class="mx_AccessibleButton mx_MessageActionBar_iconButton">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
894 | await expect(lastTile.getByText(MESSAGE)).toBeVisible();
895 | await lastTile.hover();
> 896 | await lastTile.getByRole("button", { name: "Reply", exact: true }).click();
| ^
897 | };
898 |
899 | // For clicking the reply button on the last line
at viewRoomSendMessageAndSetupReply (/home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:896:80)
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:918:13
|
[Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Test timeout of 30000ms exceeded.
|
[Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L406
1) [Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
404 | await Promise.all([
405 | page.waitForRequest(matchRoomSubRequest(roomOId)),
> 406 | page.waitForRequest(matchRoomUnsubRequest(roomPId)),
| ^
407 | page.getByRole("treeitem", { name: "Orange", exact: true }).click(),
408 | ]);
409 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:406:18
|
Slow Test:
[Chrome] › playwright/e2e/messages/messages.spec.ts#L1
[Chrome] › playwright/e2e/messages/messages.spec.ts took 57.0s
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/editing-messages-in-threads.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/editing-messages-in-threads.spec.ts took 38.2s
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/editing-messages-main-timeline.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/editing-messages-main-timeline.spec.ts took 37.8s
|
Slow Test:
[Chrome] › playwright/e2e/invite/invite-dialog.spec.ts#L1
[Chrome] › playwright/e2e/invite/invite-dialog.spec.ts took 24.4s
|
Slow Test:
[Chrome] › playwright/e2e/knock/knock-into-room.spec.ts#L1
[Chrome] › playwright/e2e/knock/knock-into-room.spec.ts took 20.2s
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/high-level.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/high-level.spec.ts took 2.7m
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/new-messages-in-threads.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/new-messages-in-threads.spec.ts took 1.0m
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/editing-messages-thread-roots.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/editing-messages-thread-roots.spec.ts took 48.6s
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts took 40.7s
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts took 29.1s
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/redactions-in-threads.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/redactions-in-threads.spec.ts took 1.5m
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/redactions-main-timeline.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/redactions-main-timeline.spec.ts took 1.1m
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/reactions-in-threads.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/reactions-in-threads.spec.ts took 51.1s
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/read-receipts.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/read-receipts.spec.ts took 46.7s
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/redactions-thread-roots.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/redactions-thread-roots.spec.ts took 31.2s
|
Slow Test:
[Chrome] › playwright/e2e/crypto/event-shields.spec.ts#L1
[Chrome] › playwright/e2e/crypto/event-shields.spec.ts took 50.5s
|
Slow Test:
[Chrome] › playwright/e2e/audio-player/audio-player.spec.ts#L1
[Chrome] › playwright/e2e/audio-player/audio-player.spec.ts took 39.0s
|
Slow Test:
[Chrome] › playwright/e2e/composer/RTE.spec.ts#L1
[Chrome] › playwright/e2e/composer/RTE.spec.ts took 35.2s
|
Slow Test:
[Chrome] › playwright/e2e/crypto/crypto.spec.ts#L1
[Chrome] › playwright/e2e/crypto/crypto.spec.ts took 33.5s
|
Slow Test:
[Chrome] › playwright/e2e/crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › playwright/e2e/crypto/decryption-failure-messages.spec.ts took 28.8s
|
Slow Test:
[Chrome] › playwright/e2e/login/login-consent.spec.ts#L1
[Chrome] › playwright/e2e/login/login-consent.spec.ts took 1.3m
|
Slow Test:
[Chrome] › playwright/e2e/threads/threads.spec.ts#L1
[Chrome] › playwright/e2e/threads/threads.spec.ts took 32.7s
|
Slow Test:
[Chrome] › playwright/e2e/crypto/backups-mas.spec.ts#L1
[Chrome] › playwright/e2e/crypto/backups-mas.spec.ts took 30.0s
|
Slow Test:
[Chrome] › playwright/e2e/crypto/dehydration.spec.ts#L1
[Chrome] › playwright/e2e/crypto/dehydration.spec.ts took 18.9s
|
Slow Test:
[Chrome] › playwright/e2e/app-loading/guest-registration.spec.ts#L1
[Chrome] › playwright/e2e/app-loading/guest-registration.spec.ts took 15.5s
|
Slow Test:
[Chrome] › playwright/e2e/spotlight/spotlight.spec.ts#L1
[Chrome] › playwright/e2e/spotlight/spotlight.spec.ts took 2.4m
|
Slow Test:
[Chrome] › playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 50.0s
|
Slow Test:
[Chrome] › playwright/e2e/spaces/spaces.spec.ts#L1
[Chrome] › playwright/e2e/spaces/spaces.spec.ts took 30.9s
|
Slow Test:
[Chrome] › playwright/e2e/room/room.spec.ts#L1
[Chrome] › playwright/e2e/room/room.spec.ts took 30.1s
|
Slow Test:
[Chrome] › playwright/e2e/settings/encryption-user-tab/encryption-tab.spec.ts#L1
[Chrome] › playwright/e2e/settings/encryption-user-tab/encryption-tab.spec.ts took 19.2s
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › playwright/e2e/pinned-messages/pinned-messages.spec.ts:13:9 › Pinned messages › should show the empty state when there are no pinned messages @screenshot
2 skipped
79 passed (6.0m)
|
🎭 Playwright Run Summary
43 skipped
39 passed (5.9m)
|
🎭 Playwright Run Summary
2 skipped
80 passed (6.8m)
|
🎭 Playwright Run Summary
84 passed (6.8m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:917:13 › Timeline › message sending › can reply with a voice message @no-firefox @no-webkit
69 passed (7.6m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
2 skipped
85 passed (8.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-Chrome-1
Expired
|
664 KB |
|
all-blob-reports-Chrome-2
Expired
|
3.59 MB |
|
all-blob-reports-Chrome-3
Expired
|
243 KB |
|
all-blob-reports-Chrome-4
Expired
|
350 KB |
|
all-blob-reports-Chrome-5
Expired
|
4.06 MB |
|
all-blob-reports-Chrome-6
Expired
|
4.61 MB |
|
html-report
Expired
|
12.1 MB |
|
webapp
Expired
|
27.3 MB |
|