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

Update stylelint #10996

Update stylelint

Update stylelint #10996

Triggered via pull request July 24, 2024 09:37
Status Success
Total duration 20m 43s
Artifacts 8

end-to-end-tests.yaml

on: pull_request
Build Element-Web
2m 27s
Build Element-Web
Matrix: playwright
end-to-end-tests
27s
end-to-end-tests
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 28 warnings, and 6 notices
spotlight/spotlight.spec.ts:326:9 β€Ί Spotlight β€Ί should allow opening group chat dialog: matrix-react-sdk/playwright/e2e/spotlight/spotlight.spec.ts#L68
1) spotlight/spotlight.spec.ts:326:9 β€Ί Spotlight β€Ί should allow opening group chat dialog ──────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 66 | }); 67 | > 68 | test.beforeEach(async ({ page, homeserver, app, user }) => { | ^ 69 | bot1 = new Bot(page, homeserver, { displayName: bot1Name, autoAcceptInvites: true }); 70 | bot2 = new Bot(page, homeserver, { displayName: bot2Name, autoAcceptInvites: true }); 71 | const Visibility = await page.evaluate(() => (window as any).matrixcs.Visibility); at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/spotlight/spotlight.spec.ts:68:10
spotlight/spotlight.spec.ts:326:9 β€Ί Spotlight β€Ί should allow opening group chat dialog: matrix-react-sdk/playwright/element-web-test.ts#L230
1) spotlight/spotlight.spec.ts:326:9 β€Ί Spotlight β€Ί should allow opening group chat dialog ──────── 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)
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
2) user-view/user-view.spec.ts:25:9 β€Ί UserView β€Ί should render the user view as expected ───────── Error: Screenshot comparison failed: 38 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 - 38 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 - 38 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
read-receipts/redactions-in-threads.spec.ts:367:17 β€Ί Read receipts β€Ί redactions β€Ί in threads β€Ί Reading a reply to a redacted message marks the thread as read: matrix-react-sdk/playwright/e2e/read-receipts/redactions-in-threads.spec.ts#L1
1) read-receipts/redactions-in-threads.spec.ts:367:17 β€Ί Read receipts β€Ί redactions β€Ί in threads β€Ί Reading a reply to a redacted message marks the thread as read Test timeout of 30000ms exceeded while setting up "user".
read-receipts/redactions-in-threads.spec.ts:367:17 β€Ί Read receipts β€Ί redactions β€Ί in threads β€Ί Reading a reply to a redacted message marks the thread as read: matrix-react-sdk/playwright/element-web-test.ts#L230
1) read-receipts/redactions-in-threads.spec.ts:367:17 β€Ί Read receipts β€Ί redactions β€Ί in threads β€Ί Reading a reply to a redacted message marks the thread as read 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)
right-panel/right-panel.spec.ts:102:13 β€Ί RightPanel β€Ί in rooms β€Ί should handle viewing files: matrix-react-sdk/playwright/e2e/right-panel/right-panel.spec.ts#L43
1) right-panel/right-panel.spec.ts:102:13 β€Ί RightPanel β€Ί in rooms β€Ί should handle viewing files ── Test timeout of 30000ms exceeded while running "beforeEach" hook. 41 | }); 42 | > 43 | test.beforeEach(async ({ app, user }) => { | ^ 44 | await app.client.createRoom({ name: ROOM_NAME }); 45 | await app.client.createSpace({ name: SPACE_NAME }); 46 | }); at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/right-panel/right-panel.spec.ts:43:10
right-panel/right-panel.spec.ts:102:13 β€Ί RightPanel β€Ί in rooms β€Ί should handle viewing files: matrix-react-sdk/playwright/element-web-test.ts#L230
1) right-panel/right-panel.spec.ts:102:13 β€Ί RightPanel β€Ί in rooms β€Ί should handle viewing files ── 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)
crypto/crypto.spec.ts:238:9 β€Ί Cryptography β€Ί should allow verification when there is no existing DM: matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L1
1) crypto/crypto.spec.ts:238:9 β€Ί Cryptography β€Ί should allow verification when there is no existing DM Test timeout of 30000ms exceeded while setting up "user".
crypto/crypto.spec.ts:238:9 β€Ί Cryptography β€Ί should allow verification when there is no existing DM: matrix-react-sdk/playwright/element-web-test.ts#L230
1) crypto/crypto.spec.ts:238:9 β€Ί Cryptography β€Ί should allow verification when there is no existing DM 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/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 41.0s
Slow Test: matrix-react-sdk/widgets/layout.spec.ts#L1
matrix-react-sdk/widgets/layout.spec.ts took 27.6s
Slow Test: matrix-react-sdk/widgets/widget-pip-close.spec.ts#L1
matrix-react-sdk/widgets/widget-pip-close.spec.ts took 25.1s
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.5m
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
Slow Test: matrix-react-sdk/read-receipts/reactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/reactions-main-timeline.spec.ts took 1.0m
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/settings/general-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/general-user-settings-tab.spec.ts took 54.4s
Slow Test: matrix-react-sdk/right-panel/file-panel.spec.ts#L1
matrix-react-sdk/right-panel/file-panel.spec.ts took 53.8s
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 44.4s
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/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/crypto/decryption-failure-messages.spec.ts#L1
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts took 59.5s
Slow Test: matrix-react-sdk/crypto/device-verification.spec.ts#L1
matrix-react-sdk/crypto/device-verification.spec.ts took 56.6s
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.5m
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.0s
🎭 Playwright Run Summary
43 skipped 23 passed (2.9m)
🎭 Playwright Run Summary
2 flaky spotlight/spotlight.spec.ts:326:9 β€Ί Spotlight β€Ί should allow opening group chat dialog ───────── user-view/user-view.spec.ts:25:9 β€Ί UserView β€Ί should render the user view as expected ────────── 4 skipped 54 passed (6.3m)
🎭 Playwright Run Summary
1 flaky read-receipts/redactions-in-threads.spec.ts:367:17 β€Ί Read receipts β€Ί redactions β€Ί in threads β€Ί Reading a reply to a redacted message marks the thread as read 3 skipped 60 passed (7.2m)
🎭 Playwright Run Summary
1 flaky right-panel/right-panel.spec.ts:102:13 β€Ί RightPanel β€Ί in rooms β€Ί should handle viewing files ─── 9 skipped 68 passed (6.8m)
🎭 Playwright Run Summary
1 flaky crypto/crypto.spec.ts:238:9 β€Ί Cryptography β€Ί should allow verification when there is no existing DM 1 skipped 71 passed (7.8m)
🎭 Playwright Run Summary
2 skipped 74 passed (10.0m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-1 Expired
8.68 MB
all-blob-reports-2 Expired
651 KB
all-blob-reports-3 Expired
202 KB
all-blob-reports-4 Expired
3.33 MB
all-blob-reports-5 Expired
2.86 MB
all-blob-reports-6 Expired
4.78 MB
html-report Expired
18.4 MB
webapp Expired
38.3 MB