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

Update stylelint (#12817) #11031

Update stylelint (#12817)

Update stylelint (#12817) #11031

Triggered via push July 24, 2024 11:29
Status Cancelled
Total duration 12m 49s
Artifacts 6
Build Element-Web
2m 21s
Build Element-Web
Matrix: playwright
end-to-end-tests
25s
end-to-end-tests
Fit to window
Zoom out
Zoom in

Annotations

15 errors, 20 warnings, and 4 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
Run Tests 1/6
Canceling since a higher priority waiting request for 'End to End Tests-refs/heads/develop-push' exists
Run Tests 1/6
The operation was canceled.
Run Tests 2/6
Canceling since a higher priority waiting request for 'End to End Tests-refs/heads/develop-push' exists
Run Tests 2/6
The operation was canceled.
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 54.8s
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 2.9m
Slow Test: matrix-react-sdk/threads/threads.spec.ts#L1
matrix-react-sdk/threads/threads.spec.ts took 1.0m
Slow Test: matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts#L1
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts took 40.5s
Slow Test: matrix-react-sdk/widgets/layout.spec.ts#L1
matrix-react-sdk/widgets/layout.spec.ts took 28.8s
Slow Test: matrix-react-sdk/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
matrix-react-sdk/spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.7m
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/right-panel/file-panel.spec.ts#L1
matrix-react-sdk/right-panel/file-panel.spec.ts took 53.2s
Slow Test: matrix-react-sdk/settings/general-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/general-user-settings-tab.spec.ts took 52.4s
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.4m
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.4m
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
Run Tests 1/6
No files were found with the provided path: matrix-react-sdk/blob-report. No artifacts will be uploaded.
Run Tests 2/6
No files were found with the provided path: matrix-react-sdk/blob-report. No artifacts will be uploaded.
🎭 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.8m)
🎭 Playwright Run Summary
9 skipped 69 passed (6.6m)
🎭 Playwright Run Summary
3 skipped 61 passed (6.9m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-3 Expired
201 KB
all-blob-reports-4 Expired
782 KB
all-blob-reports-5 Expired
527 KB
all-blob-reports-6 Expired
2.5 MB
html-report Expired
2.87 MB
webapp Expired
38.3 MB