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 #6159

Triggered via workflow run December 13, 2023 21:55
@t3chguyt3chguy
completed 4f19356
Status Success
Total duration 17m 25s
Artifacts 2

end-to-end-tests.yaml

on: workflow_run
Prepare
2s
Prepare
Matrix: tests
Report results
46s
Report results
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 5 warnings, and 1 notice
[Rust Crypto] › crypto/verification.spec.ts:69:9 › Device verification › Verify device with SAS during login: matrix-react-sdk/http:/localhost:8080/bundles/9e32ab04f655248444c3/bundle.js#L32682
1) [Rust Crypto] › crypto/verification.spec.ts:69:9 › Device verification › Verify device with SAS during login Error: page.evaluateHandle: M_UNKNOWN: MatrixError: [500] Internal server error (http://localhost:44653/_matrix/client/v3/keys/upload) at parseErrorResponse (http://localhost:8080/bundles/9e32ab04f655248444c3/bundle.js:32682:12) at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/9e32ab04f655248444c3/bundle.js:33032:13) at async MatrixHttpApi.authedRequest (http://localhost:8080/bundles/9e32ab04f655248444c3/bundle.js:32873:24) at async OutgoingRequestProcessor.rawJsonRequest (http://localhost:8080/bundles/9e32ab04f655248444c3/2606.js:396:12) at async OutgoingRequestProcessor.makeOutgoingRequest (http://localhost:8080/bundles/9e32ab04f655248444c3/2606.js:310:14) at async CrossSigningIdentity.resetCrossSigning (http://localhost:8080/bundles/9e32ab04f655248444c3/2606.js:718:9) at async CrossSigningIdentity.bootstrapCrossSigning (http://localhost:8080/bundles/9e32ab04f655248444c3/2606.js:683:9) at async RustCrypto.bootstrapCrossSigning (http://localhost:8080/bundles/9e32ab04f655248444c3/2606.js:3102: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/9e32ab04f655248444c3/bundle.js:32682:12) at MatrixHttpApi.requestOtherUrl (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/9e32ab04f655248444c3/bundle.js:33032:13) at async MatrixHttpApi.authedRequest (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/9e32ab04f655248444c3/bundle.js:32873:24) at async OutgoingRequestProcessor.rawJsonRequest (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/9e32ab04f655248444c3/2606.js:396:12) at async OutgoingRequestProcessor.makeOutgoingRequest (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/9e32ab04f655248444c3/2606.js:310:14) at async CrossSigningIdentity.resetCrossSigning (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/9e32ab04f655248444c3/2606.js:718:9) at async CrossSigningIdentity.bootstrapCrossSigning (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/9e32ab04f655248444c3/2606.js:683:9) at async RustCrypto.bootstrapCrossSigning (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/9e32ab04f655248444c3/2606.js:3102: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 4.8m
Slow Test: [Legacy Crypto] › read-receipts/redactions.spec.ts#L1
[Legacy Crypto] › read-receipts/redactions.spec.ts took 4.4m
Slow Test: [Rust Crypto] › read-receipts/new-messages.spec.ts#L1
[Rust Crypto] › read-receipts/new-messages.spec.ts took 3.9m
Slow Test: [Rust Crypto] › read-receipts/high-level.spec.ts#L1
[Rust Crypto] › read-receipts/high-level.spec.ts took 3.4m
Slow Test: [Legacy Crypto] › read-receipts/new-messages.spec.ts#L1
[Legacy Crypto] › read-receipts/new-messages.spec.ts took 3.4m
🎭 Playwright Run Summary
2 flaky [Rust Crypto] › crypto/verification.spec.ts:69:9 › Device verification › Verify device with SAS during login [Rust Crypto] › timeline/timeline.spec.ts:555:13 › Timeline › message displaying › should set inline start padding to a hidden event line 103 skipped 545 passed (14.1m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
14.2 MB
html-report--attempt-1 Expired
13.1 MB