Skip to content

Upload End to End Test report to Netlify #55

Upload End to End Test report to Netlify

Upload End to End Test report to Netlify #55

Triggered via workflow run April 30, 2024 02:20
@uhoreguhoreg
completed 9aeaa38
Status Success
Total duration 1m 4s
Artifacts 1
Report results
55s
Report results
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 6 warnings, and 1 notice
[Legacy Crypto] › crypto/crypto.spec.ts:611:17 › Cryptography › decryption failure messages › decryption failure messages › should handle non-joined historical messages: matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L1
1) [Legacy Crypto] › crypto/crypto.spec.ts:611:17 › Cryptography › decryption failure messages › decryption failure messages › should handle non-joined historical messages Error: ENOENT: no such file or directory, stat '/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/plugins/homeserver/synapse/templates/membership-on-events'
[Legacy Crypto] › crypto/crypto.spec.ts:611:17 › Cryptography › decryption failure messages › decryption failure messages › should handle non-joined historical messages: matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L1
1) [Legacy Crypto] › crypto/crypto.spec.ts:611:17 › Cryptography › decryption failure messages › decryption failure messages › should handle non-joined historical messages Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: ENOENT: no such file or directory, stat '/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/plugins/homeserver/synapse/templates/membership-on-events'
[Legacy Crypto] › crypto/crypto.spec.ts:611:17 › Cryptography › decryption failure messages › decryption failure messages › should handle non-joined historical messages: matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L1
1) [Legacy Crypto] › crypto/crypto.spec.ts:611:17 › Cryptography › decryption failure messages › decryption failure messages › should handle non-joined historical messages Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: ENOENT: no such file or directory, stat '/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/plugins/homeserver/synapse/templates/membership-on-events'
[Rust Crypto] › crypto/crypto.spec.ts:611:17 › Cryptography › decryption failure messages › decryption failure messages › should handle non-joined historical messages: matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L1
2) [Rust Crypto] › crypto/crypto.spec.ts:611:17 › Cryptography › decryption failure messages › decryption failure messages › should handle non-joined historical messages Error: ENOENT: no such file or directory, stat '/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/plugins/homeserver/synapse/templates/membership-on-events'
[Rust Crypto] › crypto/crypto.spec.ts:611:17 › Cryptography › decryption failure messages › decryption failure messages › should handle non-joined historical messages: matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L1
2) [Rust Crypto] › crypto/crypto.spec.ts:611:17 › Cryptography › decryption failure messages › decryption failure messages › should handle non-joined historical messages Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: ENOENT: no such file or directory, stat '/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/plugins/homeserver/synapse/templates/membership-on-events'
[Rust Crypto] › crypto/crypto.spec.ts:611:17 › Cryptography › decryption failure messages › decryption failure messages › should handle non-joined historical messages: matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L1
2) [Rust Crypto] › crypto/crypto.spec.ts:611:17 › Cryptography › decryption failure messages › decryption failure messages › should handle non-joined historical messages Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: ENOENT: no such file or directory, stat '/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/plugins/homeserver/synapse/templates/membership-on-events'
[Rust Crypto] › audio-player/audio-player.spec.ts:150:9 › Audio player › should be correctly rendered - light theme with monospace font: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L81
3) [Rust Crypto] › audio-player/audio-player.spec.ts:150:9 › Audio player › should be correctly rendered - light theme with monospace font Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 79 | 80 | // Check the status of the seek bar > 81 | expect(await page.locator(".mx_AudioPlayer_seek input[type='range']").count()).toBeGreaterThan(0); | ^ 82 | 83 | // Enable IRC layout 84 | await app.settings.setValue("layout", null, SettingLevel.DEVICE, Layout.IRC); at takeSnapshots (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:81:88) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:153:9
[Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup: matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L1
4) [Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup Test timeout of 30000ms exceeded.
[Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup: matrix-react-sdk/playwright/e2e/crypto/utils.ts#L162
4) [Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_AuthPage').getByRole('button', { name: 'Verify with Security Key' }) at crypto/utils.ts:162 160 | // if a securityKey was given, verify the new device 161 | if (securityKey !== undefined) { > 162 | await page.locator(".mx_AuthPage").getByRole("button", { name: "Verify with Security Key" }).click(); | ^ 163 | // Fill in the security key 164 | await page.locator(".mx_Dialog").locator('input[type="password"]').fill(securityKey); 165 | await page.locator(".mx_Dialog_primary:not([disabled])", { hasText: "Continue" }).click(); at logIntoElement (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/utils.ts:162:102) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:467:13
[Rust Crypto] › login/overwrite_login.spec.ts:21:9 › Overwrite login action › Try replace existing login with new one: matrix-react-sdk/playwright/e2e/login/overwrite_login.spec.ts#L1
5) [Rust Crypto] › login/overwrite_login.spec.ts:21:9 › Overwrite login action › Try replace existing login with new one Test timeout of 30000ms exceeded.
🎭 Playwright Run Summary
2 failed [Legacy Crypto] › crypto/crypto.spec.ts:611:17 › Cryptography › decryption failure messages › decryption failure messages › should handle non-joined historical messages [Rust Crypto] › crypto/crypto.spec.ts:611:17 › Cryptography › decryption failure messages › decryption failure messages › should handle non-joined historical messages 3 flaky [Rust Crypto] › audio-player/audio-player.spec.ts:150:9 › Audio player › should be correctly rendered - light theme with monospace font [Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup [Rust Crypto] › login/overwrite_login.spec.ts:21:9 › Overwrite login action › Try replace existing login with new one 129 skipped 670 passed (17.1m)
Report results
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3, actions/github-script@v6, nwtgck/actions-netlify@7a92f00dde8c92a5a9e8385ec2919775f7647352. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Slow Test: [Rust Crypto] › read-receipts/redactions.spec.ts#L1
[Rust Crypto] › read-receipts/redactions.spec.ts took 5.6m
Slow Test: [Legacy Crypto] › read-receipts/redactions.spec.ts#L1
[Legacy Crypto] › read-receipts/redactions.spec.ts took 5.0m
Slow Test: [Rust Crypto] › read-receipts/new-messages.spec.ts#L1
[Rust Crypto] › read-receipts/new-messages.spec.ts took 3.7m
Slow Test: [Rust Crypto] › read-receipts/high-level.spec.ts#L1
[Rust Crypto] › read-receipts/high-level.spec.ts took 3.6m
Slow Test: [Rust Crypto] › read-receipts/editing-messages.spec.ts#L1
[Rust Crypto] › read-receipts/editing-messages.spec.ts took 3.4m

Artifacts

Produced during runtime
Name Size
html-report--attempt-1 Expired
25.2 MB