Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix unwanted ringing of other devices even though the user is already… #11064

Fix unwanted ringing of other devices even though the user is already…

Fix unwanted ringing of other devices even though the user is already… #11064

Triggered via push July 25, 2024 09:48
Status Success
Total duration 14m 37s
Artifacts 8
Build Element-Web
2m 6s
Build Element-Web
Matrix: playwright
end-to-end-tests
29s
end-to-end-tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 28 warnings, and 6 notices
user-view/user-view.spec.ts:25:9 › UserView › should render the user view as expected: matrix-react-sdk/playwright/e2e/user-view/user-view.spec.ts#L31
1) user-view/user-view.spec.ts:25:9 › UserView › should render the user view as expected ───────── Error: Screenshot comparison failed: 76 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/user-view/user-view.spec.ts/user-info-linux.png Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-view-user-view-UserVi-3a259-r-the-user-view-as-expected/user-info-actual.png Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-view-user-view-UserVi-3a259-r-the-user-view-as-expected/user-info-diff.png Call log: - expect.toHaveScreenshot(user-info.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#mx_RightPanel') - locator resolved to <aside id="mx_RightPanel" class="mx_RightPanel">…</aside> - 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 - 76 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#mx_RightPanel') - locator resolved to <aside id="mx_RightPanel" class="mx_RightPanel">…</aside> - 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 - 76 pixels (ratio 0.01 of all image pixels) are different. 29 | await expect(rightPanel.getByRole("heading", { name: bot.credentials.displayName, exact: true })).toBeVisible(); 30 | await expect(rightPanel.getByText("1 session")).toBeVisible(); > 31 | await expect(rightPanel).toMatchScreenshot("user-info.png", { | ^ 32 | mask: [page.locator(".mx_UserInfo_profile_mxid")], 33 | }); 34 | }); at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/user-view/user-view.spec.ts:31:34
spaces/threads-activity-centre/threadsActivityCentre.spec.ts:57:9 › Threads Activity Centre › should show a highlight indicator when there is a mention in a thread: matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/index.ts#L305
1) spaces/threads-activity-centre/threadsActivityCentre.spec.ts:57:9 › Threads Activity Centre › should show a highlight indicator when there is a mention in a thread Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('navigation', { name: 'Spaces' }).getByLabel('Threads').locator('[data-indicator=\'critical\']') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('navigation', { name: 'Spaces' }).getByLabel('Threads').locator('[data-indicator=\'critical\']') at spaces/threads-activity-centre/index.ts:305 303 | */ 304 | assertHighlightIndicator() { > 305 | return expect(this.getTacButton().locator("[data-indicator='critical']")).toBeVisible(); | ^ 306 | } 307 | 308 | /** at Helpers.assertHighlightIndicator (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/index.ts:305:83) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:72:20
spaces/threads-activity-centre/threadsActivityCentre.spec.ts:151:9 › Threads Activity Centre › should mark all threads as read: matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/index.ts#L291
2) spaces/threads-activity-centre/threadsActivityCentre.spec.ts:151:9 › Threads Activity Centre › should mark all threads as read Error: Screenshot comparison failed: 39 pixels (ratio 0.04 of all image pixels) are different. Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/spaces/threads-activity-centre/threadsActivityCentre.spec.ts/tac-no-indicator-linux.png Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/spaces-threads-activity-ce-ffe63-ld-mark-all-threads-as-read/tac-no-indicator-actual.png Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/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 id="radix-0" tabindex="0" type="button" role="button" data-state="closed" aria-label="Threads" aria-haspopup="menu" aria-expanded="false" aria-disabled="false" 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 id="radix-0" tabindex="0" type="button" role="button" data-state="closed" aria-label="Threads" aria-haspopup="menu" aria-expanded="false" aria-disabled="false" 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:291 289 | await expect(this.getTacButton().locator("[data-indicator='success']")).not.toBeVisible(); 290 | await expect(this.getTacButton().locator("[data-indicator='critical']")).not.toBeVisible(); > 291 | await expect(this.getTacButton()).toMatchScreenshot("tac-no-indicator.png"); | ^ 292 | } 293 | 294 | /** at Helpers.assertNoTacIndicator (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/index.ts:291:43) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:161:9
editing/editing.spec.ts:265:9 › Editing › should close the composer when clicking save after making a change and undoing it: matrix-react-sdk/playwright/e2e/editing/editing.spec.ts#L1
1) editing/editing.spec.ts:265:9 › Editing › should close the composer when clicking save after making a change and undoing it Test timeout of 30000ms exceeded while setting up "user".
editing/editing.spec.ts:265:9 › Editing › should close the composer when clicking save after making a change and undoing it: matrix-react-sdk/playwright/element-web-test.ts#L230
1) editing/editing.spec.ts:265:9 › Editing › should close the composer when clicking save after making a change and undoing it Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_MatrixChat') to be visible at ../element-web-test.ts:230 228 | user: async ({ pageWithCredentials: page, credentials }, use) => { 229 | await page.goto("/"); > 230 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 }); | ^ 231 | await use(credentials); 232 | }, 233 | at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:230:20)
Slow Test: matrix-react-sdk/read-receipts/new-messages-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-in-threads.spec.ts took 2.6m
Slow Test: matrix-react-sdk/read-receipts/new-messages-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-main-timeline.spec.ts took 1.9m
Slow Test: matrix-react-sdk/read-receipts/new-messages-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-thread-roots.spec.ts took 53.7s
Slow Test: matrix-react-sdk/timeline/timeline.spec.ts#L1
matrix-react-sdk/timeline/timeline.spec.ts took 3.7m
Slow Test: matrix-react-sdk/spotlight/spotlight.spec.ts#L1
matrix-react-sdk/spotlight/spotlight.spec.ts took 3.0m
Slow Test: matrix-react-sdk/threads/threads.spec.ts#L1
matrix-react-sdk/threads/threads.spec.ts took 1.1m
Slow Test: matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts#L1
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts took 38.8s
Slow Test: matrix-react-sdk/widgets/layout.spec.ts#L1
matrix-react-sdk/widgets/layout.spec.ts took 29.4s
Slow Test: matrix-react-sdk/spaces/spaces.spec.ts#L1
matrix-react-sdk/spaces/spaces.spec.ts took 1.4m
Slow Test: matrix-react-sdk/right-panel/right-panel.spec.ts#L1
matrix-react-sdk/right-panel/right-panel.spec.ts took 1.3m
Slow Test: matrix-react-sdk/settings/general-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/general-user-settings-tab.spec.ts took 54.7s
Slow Test: matrix-react-sdk/right-panel/file-panel.spec.ts#L1
matrix-react-sdk/right-panel/file-panel.spec.ts took 53.7s
Slow Test: matrix-react-sdk/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
matrix-react-sdk/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 49.5s
Slow Test: matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts took 3.5m
Slow Test: matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts took 2.7m
Slow Test: matrix-react-sdk/read-receipts/reactions-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/reactions-in-threads.spec.ts took 1.5m
Slow Test: matrix-react-sdk/read-receipts/read-receipts.spec.ts#L1
matrix-react-sdk/read-receipts/read-receipts.spec.ts took 1.5m
Slow Test: matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts took 1.2m
Slow Test: matrix-react-sdk/audio-player/audio-player.spec.ts#L1
matrix-react-sdk/audio-player/audio-player.spec.ts took 1.7m
Slow Test: matrix-react-sdk/crypto/crypto.spec.ts#L1
matrix-react-sdk/crypto/crypto.spec.ts took 1.4m
Slow Test: matrix-react-sdk/crypto/device-verification.spec.ts#L1
matrix-react-sdk/crypto/device-verification.spec.ts took 1.1m
Slow Test: matrix-react-sdk/crypto/event-shields.spec.ts#L1
matrix-react-sdk/crypto/event-shields.spec.ts took 1.1m
Slow Test: matrix-react-sdk/composer/RTE.spec.ts#L1
matrix-react-sdk/composer/RTE.spec.ts took 1.0m
Slow Test: matrix-react-sdk/read-receipts/high-level.spec.ts#L1
matrix-react-sdk/read-receipts/high-level.spec.ts took 3.4m
Slow Test: matrix-react-sdk/read-receipts/editing-messages-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-main-timeline.spec.ts took 1.6m
Slow Test: matrix-react-sdk/read-receipts/editing-messages-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-in-threads.spec.ts took 1.6m
Slow Test: matrix-react-sdk/read-receipts/editing-messages-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-thread-roots.spec.ts took 1.2m
Slow Test: matrix-react-sdk/login/login.spec.ts#L1
matrix-react-sdk/login/login.spec.ts took 57.1s
🎭 Playwright Run Summary
43 skipped 23 passed (2.9m)
🎭 Playwright Run Summary
1 flaky user-view/user-view.spec.ts:25:9 › UserView › should render the user view as expected ────────── 4 skipped 55 passed (5.9m)
🎭 Playwright Run Summary
2 flaky spaces/threads-activity-centre/threadsActivityCentre.spec.ts:57:9 › Threads Activity Centre › should show a highlight indicator when there is a mention in a thread spaces/threads-activity-centre/threadsActivityCentre.spec.ts:151:9 › Threads Activity Centre › should mark all threads as read 9 skipped 67 passed (6.9m)
🎭 Playwright Run Summary
3 skipped 61 passed (7.0m)
🎭 Playwright Run Summary
1 flaky editing/editing.spec.ts:265:9 › Editing › should close the composer when clicking save after making a change and undoing it 1 skipped 71 passed (7.7m)
🎭 Playwright Run Summary
2 skipped 74 passed (10.1m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-1 Expired
5.35 MB
all-blob-reports-2 Expired
651 KB
all-blob-reports-3 Expired
201 KB
all-blob-reports-4 Expired
786 KB
all-blob-reports-5 Expired
5.46 MB
all-blob-reports-6 Expired
2.51 MB
html-report Expired
12.8 MB
webapp Expired
38.4 MB