This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #6206
Annotations
3 errors, 5 warnings, and 1 notice
Merge into HTML Report:
matrix-react-sdk/http:/localhost:8080/bundles/ed9c03cd8248e443ccf2/bundle.js#L32714
1) [Legacy Crypto] › crypto/verification.spec.ts:156:9 › Device verification › Verify device with Security Key during login
Error: page.evaluateHandle: M_UNKNOWN: MatrixError: [500] Internal server error (http://localhost:46761/_matrix/client/v3/keys/upload)
at parseErrorResponse (http://localhost:8080/bundles/ed9c03cd8248e443ccf2/bundle.js:32714:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/ed9c03cd8248e443ccf2/bundle.js:33064:13)
at async MatrixHttpApi.authedRequest (http://localhost:8080/bundles/ed9c03cd8248e443ccf2/bundle.js:32905:24)
at async OutgoingRequestProcessor.rawJsonRequest (http://localhost:8080/bundles/ed9c03cd8248e443ccf2/2606.js:396:12)
at async OutgoingRequestProcessor.makeOutgoingRequest (http://localhost:8080/bundles/ed9c03cd8248e443ccf2/2606.js:310:14)
at async CrossSigningIdentity.resetCrossSigning (http://localhost:8080/bundles/ed9c03cd8248e443ccf2/2606.js:718:9)
at async CrossSigningIdentity.bootstrapCrossSigning (http://localhost:8080/bundles/ed9c03cd8248e443ccf2/2606.js:683:9)
at async RustCrypto.bootstrapCrossSigning (http://localhost:8080/bundles/ed9c03cd8248e443ccf2/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/ed9c03cd8248e443ccf2/bundle.js:32714:12)
at MatrixHttpApi.requestOtherUrl (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/ed9c03cd8248e443ccf2/bundle.js:33064:13)
at async MatrixHttpApi.authedRequest (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/ed9c03cd8248e443ccf2/bundle.js:32905:24)
at async OutgoingRequestProcessor.rawJsonRequest (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/ed9c03cd8248e443ccf2/2606.js:396:12)
at async OutgoingRequestProcessor.makeOutgoingRequest (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/ed9c03cd8248e443ccf2/2606.js:310:14)
at async CrossSigningIdentity.resetCrossSigning (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/ed9c03cd8248e443ccf2/2606.js:718:9)
at async CrossSigningIdentity.bootstrapCrossSigning (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/ed9c03cd8248e443ccf2/2606.js:683:9)
at async RustCrypto.bootstrapCrossSigning (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/ed9c03cd8248e443ccf2/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
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/presence/presence.spec.ts#L62
2) [Rust Crypto] › presence/presence.spec.ts:26:13 › Presence tests › bob unreachable › renders unreachable presence state correctly
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.mx_EntityTile_unreachable')
Expected string: "Bob"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.mx_EntityTile_unreachable')
60 | await page.getByRole("button", { name: "Room info" }).click();
61 | await page.locator(".mx_RightPanel").getByText("People").click();
> 62 | await expect(page.locator(".mx_EntityTile_unreachable")).toContainText("Bob");
| ^
63 | await expect(page.locator(".mx_EntityTile_unreachable")).toContainText("User's server unreachable");
64 | });
65 | });
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/presence/presence.spec.ts:62:70
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/timeline/timeline.spec.ts#L587
3) [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
|
Merge into HTML Report:
[Rust Crypto] › read-receipts/redactions.spec.ts#L1
[Rust Crypto] › read-receipts/redactions.spec.ts took 4.8m
|
Merge into HTML Report:
[Legacy Crypto] › read-receipts/redactions.spec.ts#L1
[Legacy Crypto] › read-receipts/redactions.spec.ts took 4.4m
|
Merge into HTML Report:
[Rust Crypto] › read-receipts/new-messages.spec.ts#L1
[Rust Crypto] › read-receipts/new-messages.spec.ts took 3.7m
|
Merge into HTML Report:
[Legacy Crypto] › read-receipts/new-messages.spec.ts#L1
[Legacy Crypto] › read-receipts/new-messages.spec.ts took 3.4m
|
Merge into HTML Report:
[Rust Crypto] › read-receipts/high-level.spec.ts#L1
[Rust Crypto] › read-receipts/high-level.spec.ts took 3.4m
|
Merge into HTML Report
3 flaky
[Legacy Crypto] › crypto/verification.spec.ts:156:9 › Device verification › Verify device with Security Key during login
[Rust Crypto] › presence/presence.spec.ts:26:13 › Presence tests › bob unreachable › renders unreachable presence state correctly
[Rust Crypto] › timeline/timeline.spec.ts:555:13 › Timeline › message displaying › should set inline start padding to a hidden event line
105 skipped
564 passed (17.1m)
|
The logs for this run have expired and are no longer available.
Loading