element-web-notify #2783
Annotations
7 errors, 30 warnings, and 6 notices
polls/polls.spec.ts:96:9 βΊ Polls βΊ should be creatable and votable:
playwright/e2e/polls/polls.spec.ts#L120
1) polls/polls.spec.ts:96:9 βΊ Polls βΊ should be creatable and votable ββββββββββββββββββββββββββββ
Error: expect(locator).toHaveScreenshot(expected)
112 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/polls/polls.spec.ts/Polls-Timeline-tile-no-votes-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/polls-polls-Polls-should-be-creatable-and-votable/Polls-Timeline-tile-no-votes-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/polls-polls-Polls-should-be-creatable-and-votable/Polls-Timeline-tile-no-votes-diff.png
Call log:
- expect.toHaveScreenshot(Polls-Timeline-tile-no-votes.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_EventTile[data-scroll-tokens="$IjGb3_IHbLE-ZmTzhV7-s9q-4fyGNgPG6Z9uZN8BpOo"]')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$IjGb3_IHbLE-ZmTzhV7-s9q-4fyGNgPG6Z9uZN8BpOo" data-scroll-tokens="$IjGb3_IHbLE-ZmTzhV7-s9q-4fyGNgPG6Z9uZN8BpOo" class="mx_EventTile mx_EventTile_last mx_EventTile_lastInSection mx_EventTile_noBubble">β¦</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 112 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_EventTile[data-scroll-tokens="$IjGb3_IHbLE-ZmTzhV7-s9q-4fyGNgPG6Z9uZN8BpOo"]')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$IjGb3_IHbLE-ZmTzhV7-s9q-4fyGNgPG6Z9uZN8BpOo" data-scroll-tokens="$IjGb3_IHbLE-ZmTzhV7-s9q-4fyGNgPG6Z9uZN8BpOo" class="mx_EventTile mx_EventTile_last mx_EventTile_lastInSection mx_EventTile_noBubble">β¦</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 112 pixels (ratio 0.01 of all image pixels) are different.
118 | .filter({ hasText: pollParams.title })
119 | .getAttribute("data-scroll-tokens");
> 120 | await expect(getPollTile(page, pollId)).toMatchScreenshot("Polls_Timeline_tile_no_votes.png", {
| ^
121 | mask: [page.locator(".mx_MessageTimestamp")],
122 | });
123 |
at /home/runner/work/element-web/element-web/playwright/e2e/polls/polls.spec.ts:120:49
|
read-receipts/redactions-thread-roots.spec.ts:16:17 βΊ Read receipts βΊ redactions βΊ thread roots βΊ Redacting a thread root after it was read leaves the room read:
eval at evaluate (:234:30)#L1
1) read-receipts/redactions-thread-roots.spec.ts:16:17 βΊ Read receipts βΊ redactions βΊ thread roots βΊ Redacting a thread root after it was read leaves the room read
Error: jsHandle.evaluate: TypeError: Cannot read properties of undefined (reading 'roomId')
at eval (eval at evaluate (:234:30), <anonymous>:1:14)
at UtilityScript.evaluate (<anonymous>:236:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/element-web/element-web/eval at evaluate (:234:30), <anonymous>:1:14)
at UtilityScript.evaluate (/home/runner/work/element-web/element-web/<anonymous>:236:17)
at UtilityScript.<anonymous> (/home/runner/work/element-web/element-web/<anonymous>:1:44)
at Helpers.sendMessageAsClient (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:338:35)
at Helpers.receiveMessages (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:582:9)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/redactions-thread-roots.spec.ts:26:17
|
spaces/threads-activity-centre/threadsActivityCentre.spec.ts:141:9 βΊ Threads Activity Centre βΊ should mark all threads as read:
playwright/e2e/spaces/threads-activity-centre/index.ts#L379
1) spaces/threads-activity-centre/threadsActivityCentre.spec.ts:141:9 βΊ Threads Activity Centre βΊ should mark all threads as read
Error: locator.click: Error: strict mode violation: getByLabel('Mark all as read') resolved to 2 elements:
1) <div tabindex="0" role="button" aria-label="Mark all as read" class="mx_AccessibleButton mx_TopUnreadMessagesBar_markAsRead"></div> aka getByRole('main').getByLabel('Mark all as read')
2) <button tabindex="0" role="button" aria-labelledby=":r74:" class="_icon-button_bh2qc_17">β¦</button> aka locator('#thread-panel').getByLabel('Mark all as read')
Call log:
- waiting for getByLabel('Mark all as read')
at spaces/threads-activity-centre/index.ts:379
377 | */
378 | clickMarkAllThreadsRead() {
> 379 | return this.page.getByLabel("Mark all as read").click();
| ^
380 | }
381 | }
382 |
at Helpers.clickMarkAllThreadsRead (/home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/index.ts:379:57)
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:149:14
|
spaces/threads-activity-centre/threadsActivityCentre.spec.ts:141:9 βΊ Threads Activity Centre βΊ should mark all threads as read:
playwright/e2e/spaces/threads-activity-centre/index.ts#L283
1) spaces/threads-activity-centre/threadsActivityCentre.spec.ts:141:9 βΊ Threads Activity Centre βΊ should mark all threads as read
Error: expect(locator).toHaveScreenshot(expected)
39 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/spaces/threads-activity-centre/threadsActivityCentre.spec.ts/tac-no-indicator-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/spaces-threads-activity-ce-ffe63-ld-mark-all-threads-as-read/tac-no-indicator-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/spaces-threads-activity-ce-ffe63-ld-mark-all-threads-as-read/tac-no-indicator-diff.png
Call log:
- expect.toHaveScreenshot(tac-no-indicator.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByRole('navigation', { name: 'Spaces' }).getByLabel('Threads')
- locator resolved to <button tabindex="0" type="button" role="button" id="radix-:r8:" data-state="closed" aria-label="Threads" aria-haspopup="menu" aria-expanded="false" aria-disabled="false" aria-labelledby=":ra:" data-indicator="success" class="_icon-button_bh2qc_17 mx_ThreadsActivityCentreButton">β¦</button>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 39 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByRole('navigation', { name: 'Spaces' }).getByLabel('Threads')
- locator resolved to <button tabindex="0" type="button" role="button" id="radix-:r8:" data-state="closed" aria-label="Threads" aria-haspopup="menu" aria-expanded="false" aria-disabled="false" aria-labelledby=":ra:" data-indicator="success" class="_icon-button_bh2qc_17 mx_ThreadsActivityCentreButton">β¦</button>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 39 pixels (ratio 0.04 of all image pixels) are different.
at spaces/threads-activity-centre/index.ts:283
281 | await expect(this.getTacButton().locator("[data-indicator='success']")).not.toBeVisible();
282 | await expect(this.getTacButton().locator("[data-indicator='critical']")).not.toBeVisible();
> 283 | await expect(this.getTacButton()).toMatchScreenshot("tac-no-indicator.png");
| ^
284 | }
285 |
286 | /**
at Helpers.assertNoTacIndicator (/home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/index.ts:283:43)
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:151:9
|
oidc/oidc-native.spec.ts:21:9 βΊ OIDC Native βΊ can register the oauth2 client and an account:
playwright/e2e/oidc/oidc-native.spec.ts#L1
1) oidc/oidc-native.spec.ts:21:9 βΊ OIDC Native βΊ can register the oauth2 client and an account βββ
Test timeout of 90000ms exceeded.
|
oidc/oidc-native.spec.ts:21:9 βΊ OIDC Native βΊ can register the oauth2 client and an account:
playwright/e2e/oidc/oidc-native.spec.ts#L23
1) oidc/oidc-native.spec.ts:21:9 βΊ OIDC Native βΊ can register the oauth2 client and an account βββ
Error: page.waitForRequest: Test timeout of 90000ms exceeded.
21 | test("can register the oauth2 client and an account", async ({ context, page, homeserver, mailhog, mas }) => {
22 | const tokenUri = `http://localhost:${mas.port}/oauth2/token`;
> 23 | const tokenApiPromise = page.waitForRequest(
| ^
24 | (request) => request.url() === tokenUri && request.postDataJSON()["grant_type"] === "authorization_code",
25 | );
26 |
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:23:38
|
pinned-messages/pinned-messages.spec.ts:63:9 βΊ Pinned messages βΊ should unpin one message:
playwright/e2e/pinned-messages/index.ts#L182
2) pinned-messages/pinned-messages.spec.ts:63:9 βΊ Pinned messages βΊ should unpin one message βββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('#mx_RightPanel').getByRole('heading', { name: 'Pinned messages' })
Expected string: "2 Pinned messages"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('#mx_RightPanel').getByRole('heading', { name: 'Pinned messages' })
at pinned-messages/index.ts:182
180 | async assertPinnedMessagesList(messages: string[]) {
181 | const rightPanel = this.getRightPanel();
> 182 | await expect(rightPanel.getByRole("heading", { name: "Pinned messages" })).toHaveText(
| ^
183 | `${messages.length} Pinned messages`,
184 | );
185 |
at Helpers.assertPinnedMessagesList (/home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/index.ts:182:84)
at /home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/pinned-messages.spec.ts:71:20
|
Slow Test:
read-receipts/high-level.spec.ts#L1
read-receipts/high-level.spec.ts took 3.3m
|
Slow Test:
read-receipts/new-messages-in-threads.spec.ts#L1
read-receipts/new-messages-in-threads.spec.ts took 1.8m
|
Slow Test:
read-receipts/editing-messages-main-timeline.spec.ts#L1
read-receipts/editing-messages-main-timeline.spec.ts took 1.2m
|
Slow Test:
read-receipts/editing-messages-in-threads.spec.ts#L1
read-receipts/editing-messages-in-threads.spec.ts took 1.1m
|
Slow Test:
read-receipts/editing-messages-thread-roots.spec.ts#L1
read-receipts/editing-messages-thread-roots.spec.ts took 55.4s
|
Slow Test:
spaces/spaces.spec.ts#L1
spaces/spaces.spec.ts took 1.1m
|
Slow Test:
right-panel/right-panel.spec.ts#L1
right-panel/right-panel.spec.ts took 57.4s
|
Slow Test:
settings/account-user-settings-tab.spec.ts#L1
settings/account-user-settings-tab.spec.ts took 46.4s
|
Slow Test:
right-panel/file-panel.spec.ts#L1
right-panel/file-panel.spec.ts took 40.0s
|
Slow Test:
settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 33.5s
|
Slow Test:
timeline/timeline.spec.ts#L1
timeline/timeline.spec.ts took 2.9m
|
Slow Test:
spotlight/spotlight.spec.ts#L1
spotlight/spotlight.spec.ts took 2.3m
|
Slow Test:
threads/threads.spec.ts#L1
threads/threads.spec.ts took 36.3s
|
Slow Test:
user-onboarding/user-onboarding-new.spec.ts#L1
user-onboarding/user-onboarding-new.spec.ts took 34.5s
|
Slow Test:
widgets/widget-pip-close.spec.ts#L1
widgets/widget-pip-close.spec.ts took 23.2s
|
Slow Test:
read-receipts/redactions-in-threads.spec.ts#L1
read-receipts/redactions-in-threads.spec.ts took 2.7m
|
Slow Test:
read-receipts/redactions-main-timeline.spec.ts#L1
read-receipts/redactions-main-timeline.spec.ts took 2.1m
|
Slow Test:
read-receipts/new-messages-main-timeline.spec.ts#L1
read-receipts/new-messages-main-timeline.spec.ts took 1.4m
|
Slow Test:
read-receipts/read-receipts.spec.ts#L1
read-receipts/read-receipts.spec.ts took 1.2m
|
Slow Test:
read-receipts/reactions-in-threads.spec.ts#L1
read-receipts/reactions-in-threads.spec.ts took 1.0m
|
Slow Test:
composer/RTE.spec.ts#L1
composer/RTE.spec.ts took 1.3m
|
Slow Test:
audio-player/audio-player.spec.ts#L1
audio-player/audio-player.spec.ts took 1.3m
|
Slow Test:
crypto/event-shields.spec.ts#L1
crypto/event-shields.spec.ts took 1.2m
|
Slow Test:
crypto/crypto.spec.ts#L1
crypto/crypto.spec.ts took 1.1m
|
Slow Test:
crypto/device-verification.spec.ts#L1
crypto/device-verification.spec.ts took 47.6s
|
Slow Test:
messages/messages.spec.ts#L1
messages/messages.spec.ts took 2.3m
|
Slow Test:
login/login.spec.ts#L1
login/login.spec.ts took 1.1m
|
Slow Test:
knock/knock-into-room.spec.ts#L1
knock/knock-into-room.spec.ts took 39.8s
|
Slow Test:
integration-manager/read_events.spec.ts#L1
integration-manager/read_events.spec.ts took 36.1s
|
Slow Test:
oidc/oidc-aware.spec.ts#L1
oidc/oidc-aware.spec.ts took 32.7s
|
π Playwright Run Summary
1 flaky
polls/polls.spec.ts:96:9 βΊ Polls βΊ should be creatable and votable βββββββββββββββββββββββββββββ
32 skipped
45 passed (9.4m)
|
π Playwright Run Summary
1 flaky
read-receipts/redactions-thread-roots.spec.ts:16:17 βΊ Read receipts βΊ redactions βΊ thread roots βΊ Redacting a thread root after it was read leaves the room read
10 skipped
70 passed (10.0m)
|
π Playwright Run Summary
1 flaky
spaces/threads-activity-centre/threadsActivityCentre.spec.ts:141:9 βΊ Threads Activity Centre βΊ should mark all threads as read
3 skipped
68 passed (10.4m)
|
π Playwright Run Summary
14 skipped
62 passed (10.5m)
|
π Playwright Run Summary
79 passed (12.0m)
|
π Playwright Run Summary
2 flaky
oidc/oidc-native.spec.ts:21:9 βΊ OIDC Native βΊ can register the oauth2 client and an account ββββ
pinned-messages/pinned-messages.spec.ts:63:9 βΊ Pinned messages βΊ should unpin one message ββββββ
1 skipped
72 passed (12.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-1
Expired
|
675 KB |
|
all-blob-reports-2
Expired
|
8.62 MB |
|
all-blob-reports-3
Expired
|
3.63 MB |
|
all-blob-reports-4
Expired
|
330 KB |
|
all-blob-reports-5
Expired
|
3.41 MB |
|
all-blob-reports-6
Expired
|
3.42 MB |
|
html-report
Expired
|
19.4 MB |
|
webapp
Expired
|
34.2 MB |
|