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

End to End Tests

End to End Tests #6274

Triggered via workflow run December 18, 2023 21:09
@dbkrdbkr
completed ffb4239
Status Success
Total duration 17m 38s
Artifacts 2

end-to-end-tests.yaml

on: workflow_run
Prepare
4s
Prepare
Matrix: tests
Report results
47s
Report results
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 5 warnings, and 1 notice
[Legacy Crypto] › crypto/verification.spec.ts:136:9 › Device verification › Verify device with Security Phrase during login: matrix-react-sdk/http:/localhost:8080/bundles/eb75e78ffb43e8190e5b/bundle.js#L32720
1) [Legacy Crypto] › crypto/verification.spec.ts:136:9 › Device verification › Verify device with Security Phrase during login Error: page.evaluateHandle: M_UNKNOWN: MatrixError: [500] Internal server error (http://localhost:43121/_matrix/client/v3/keys/upload) at parseErrorResponse (http://localhost:8080/bundles/eb75e78ffb43e8190e5b/bundle.js:32720:12) at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/eb75e78ffb43e8190e5b/bundle.js:33070:13) at async MatrixHttpApi.authedRequest (http://localhost:8080/bundles/eb75e78ffb43e8190e5b/bundle.js:32911:24) at async OutgoingRequestProcessor.rawJsonRequest (http://localhost:8080/bundles/eb75e78ffb43e8190e5b/2606.js:436:12) at async OutgoingRequestProcessor.makeOutgoingRequest (http://localhost:8080/bundles/eb75e78ffb43e8190e5b/2606.js:346:14) at async CrossSigningIdentity.resetCrossSigning (http://localhost:8080/bundles/eb75e78ffb43e8190e5b/2606.js:756:9) at async CrossSigningIdentity.bootstrapCrossSigning (http://localhost:8080/bundles/eb75e78ffb43e8190e5b/2606.js:721:9) at async RustCrypto.bootstrapCrossSigning (http://localhost:8080/bundles/eb75e78ffb43e8190e5b/2606.js:3145:5) at async eval (eval at evaluate (:226:30), <anonymous>:82:9) at parseErrorResponse (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/eb75e78ffb43e8190e5b/bundle.js:32720:12) at MatrixHttpApi.requestOtherUrl (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/eb75e78ffb43e8190e5b/bundle.js:33070:13) at async MatrixHttpApi.authedRequest (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/eb75e78ffb43e8190e5b/bundle.js:32911:24) at async OutgoingRequestProcessor.rawJsonRequest (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/eb75e78ffb43e8190e5b/2606.js:436:12) at async OutgoingRequestProcessor.makeOutgoingRequest (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/eb75e78ffb43e8190e5b/2606.js:346:14) at async CrossSigningIdentity.resetCrossSigning (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/eb75e78ffb43e8190e5b/2606.js:756:9) at async CrossSigningIdentity.bootstrapCrossSigning (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/eb75e78ffb43e8190e5b/2606.js:721:9) at async RustCrypto.bootstrapCrossSigning (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/eb75e78ffb43e8190e5b/2606.js:3145:5) at async eval (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/eval at evaluate (:226:30), <anonymous>:82:9) at Bot.getClientHandle (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/bot.ts:103:40) at Bot.prepareClient (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/client.ts:45:27) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/verification.spec.ts:52:9
[Rust Crypto] › timeline/timeline.spec.ts:555:13 › Timeline › message displaying › should set inline start padding to a hidden event line: matrix-react-sdk/playwright/e2e/timeline/timeline.spec.ts#L587
2) [Rust Crypto] › timeline/timeline.spec.ts:555:13 › Timeline › message displaying › should set inline start padding to a hidden event line Error: Screenshot comparison failed: 28 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/timeline/timeline.spec.ts/hidden-event-line-zero-padding-irc-layout-linux.png Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/timeline-timeline-Timeline-message-displaying-should-set-inline-start-padding-to-a-hidden-event-line-Rust-Crypto/hidden-event-line-zero-padding-irc-layout-actual.png Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/timeline-timeline-Timeline-message-displaying-should-set-inline-start-padding-to-a-hidden-event-line-Rust-Crypto/hidden-event-line-zero-padding-irc-layout-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('.mx_MainSplit') - locator resolved to <div class="mx_MainSplit">…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 28 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('.mx_MainSplit') - locator resolved to <div class="mx_MainSplit">…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 28 pixels (ratio 0.01 of all image pixels) are different. 585 | }; 586 | > 587 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot( | ^ 588 | "hidden-event-line-zero-padding-irc-layout.png", 589 | screenshotOptions, 590 | ); at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/timeline/timeline.spec.ts:587:57
Slow Test: [Rust Crypto] › read-receipts/redactions.spec.ts#L1
[Rust Crypto] › read-receipts/redactions.spec.ts took 5.4m
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.8m
Slow Test: [Legacy Crypto] › read-receipts/new-messages.spec.ts#L1
[Legacy Crypto] › read-receipts/new-messages.spec.ts took 3.5m
Slow Test: [Rust Crypto] › read-receipts/high-level.spec.ts#L1
[Rust Crypto] › read-receipts/high-level.spec.ts took 3.4m
🎭 Playwright Run Summary
2 flaky [Legacy Crypto] › crypto/verification.spec.ts:136:9 › Device verification › Verify device with Security Phrase during login [Rust Crypto] › timeline/timeline.spec.ts:555:13 › Timeline › message displaying › should set inline start padding to a hidden event line 121 skipped 601 passed (15.4m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
15.4 MB
html-report--attempt-1 Expired
16.2 MB