Update dependency stylelint to v16.19.1 #7310
Annotations
5 errors and 6 notices
[Chrome] › playwright/e2e/right-panel/right-panel.spec.ts:142:13 › RightPanel › in rooms › should handle viewing long room member name @screenshot:
playwright/e2e/right-panel/right-panel.spec.ts#L160
1) [Chrome] › playwright/e2e/right-panel/right-panel.spec.ts:142:13 › RightPanel › in rooms › should handle viewing long room member name @screenshot
Error: expect(locator).toHaveScreenshot(expected)
638 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/right-panel/right-panel.spec.ts/with-long-name-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/right-panel-right-panel-Ri-7b424-ewing-long-room-member-name-Chrome/with-long-name-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/right-panel-right-panel-Ri-7b424-ewing-long-room-member-name-Chrome/with-long-name-diff.png
Call log:
- expect.toHaveScreenshot(with-long-name.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_UserInfo')
- locator resolved to <div class="mx_BaseCard mx_UserInfo">…</div>
- 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
- 638 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_UserInfo')
- locator resolved to <div class="mx_BaseCard mx_UserInfo">…</div>
- 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
- 638 pixels (ratio 0.01 of all image pixels) are different.
158 | await expect(page.locator(".mx_UserInfo_profile").getByText(LONG_NAME)).toBeVisible();
159 |
> 160 | await expect(page.locator(".mx_UserInfo")).toMatchScreenshot("with-long-name.png");
| ^
161 | },
162 | );
163 |
at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/right-panel.spec.ts:160:60
|
[Chrome] › playwright/e2e/audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L21
1) [Chrome] › playwright/e2e/audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot
Error: Test timeout of 30000ms exceeded
19 | await tile.hover();
20 | await tile.getByRole("button", { name: "Reply", exact: true }).click();
> 21 | }).toPass();
| ^
22 | };
23 |
24 | test.describe("Audio player", { tag: ["@no-firefox", "@no-webkit"] }, () => {
at clickButtonReply (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:21:8)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:274:19
|
[Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit:
playwright/e2e/crypto/device-verification.spec.ts#L96
2) [Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: "route.fetch: Test ended." while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
94 | await route.fulfill({ json: {} });
95 | await new Promise((f) => setTimeout(f, 1000));
> 96 | await route.fetch();
| ^
97 | });
98 |
99 | await logIntoElement(page, credentials);
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:96:25
|
[Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit:
playwright/e2e/crypto/device-verification.spec.ts#L1
2) [Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: apiRequestContext.fetch: Target page, context or browser has been closed
Call log:
- → POST http://localhost:33451/_synapse/admin/v1/register
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.35 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- content-type: application/json
- content-length: 311
at Api.request (/home/runner/work/element-web/element-web/node_modules/@element-hq/element-web-playwright-common/lib/utils/api.js:28:41)
at StartedSynapseContainer.registerUserInternal (/home/runner/work/element-web/element-web/node_modules/@element-hq/element-web-playwright-common/lib/testcontainers/synapse.js:287:42)
at Object.credentials (/home/runner/work/element-web/element-web/node_modules/@element-hq/element-web-playwright-common/lib/fixtures/user.js:16:29)
|
[Chrome] › playwright/e2e/oidc/oidc-native.spec.ts:77:9 › OIDC Native › it should log out the user & wipe data when logging out via MAS @no-firefox @no-webkit @screenshot:
playwright/e2e/oidc/oidc-native.spec.ts#L102
1) [Chrome] › playwright/e2e/oidc/oidc-native.spec.ts:77:9 › OIDC Native › it should log out the user & wipe data when logging out via MAS @no-firefox @no-webkit @screenshot
Error: expect(received).toHaveLength(expected)
Expected length: 0
Received length: 1
Received array: ["mx_crypto_initialised"]
100 |
101 | const localStorageKeys = await page.evaluate(() => Object.keys(localStorage));
> 102 | expect(localStorageKeys).toHaveLength(0);
| ^
103 | },
104 | );
105 | });
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:102:38
|
🎭 Playwright Run Summary
1 skipped
64 passed (4.6m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › playwright/e2e/right-panel/right-panel.spec.ts:142:13 › RightPanel › in rooms › should handle viewing long room member name @screenshot
2 skipped
62 passed (5.4m)
|
🎭 Playwright Run Summary
63 passed (6.4m)
|
🎭 Playwright Run Summary
1 skipped
71 passed (7.1m)
|
🎭 Playwright Run Summary
2 flaky
[Chrome] › playwright/e2e/audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot
[Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
64 passed (7.3m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › playwright/e2e/oidc/oidc-native.spec.ts:77:9 › OIDC Native › it should log out the user & wipe data when logging out via MAS @no-firefox @no-webkit @screenshot
45 passed (6.7m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
all-blob-reports-Chrome-1
Expired
|
11.2 MB |
sha256:16c4a4e9e092ec603b0f991159bf42d546461347f4f086b77ea22ce996ff91be
|
|
all-blob-reports-Chrome-2
Expired
|
249 KB |
sha256:89a1497467e93bb4fc1b3a06d2d12233457891a7dcac85fb9b6e3f98e49389bb
|
|
all-blob-reports-Chrome-3
Expired
|
4.63 MB |
sha256:4cb7a75ba6e769ea2df293ffc4556f52c5598c391b670a821eec6b9c6c141b33
|
|
all-blob-reports-Chrome-4
Expired
|
216 KB |
sha256:c3e96bbe265f9233217e9b84052a679a8fc8e215bce586f06650d86fd6fbfed9
|
|
all-blob-reports-Chrome-5
Expired
|
881 KB |
sha256:f6581fa6e54a9764261c7e4f5ef00c79fe04240d773a0f6e16d219bd3aa07831
|
|
all-blob-reports-Chrome-6
Expired
|
4.71 MB |
sha256:5e1430e1e51b80d67d1756adbeb63614a17f8f21f2633ea264393158c32b3ba0
|
|
html-report
Expired
|
20.7 MB |
sha256:095b5fae14f24df3d0ad5ad9b3b84b951e9b469fc8620c5612f7818108a6092c
|
|
webapp
Expired
|
35 MB |
sha256:d8a3ea473617bea331883a00f4d2a3f846ca18051033fc9ebf3fdf4cc4e3d07d
|
|