This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Support sending to-device messages from widgets with Rust Crypto #11945
Annotations
15 errors, 30 warnings, and 6 notices
read-receipts/redactions-in-threads.spec.ts:418:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart:
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L461
1) read-receipts/redactions-in-threads.spec.ts:418:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_dot')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_dot')
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_dot">…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_dot">…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_dot">…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_dot">…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_dot">…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_dot">…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_dot">…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_dot">…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_dot">…</div>
- unexpected value "visible"
at read-receipts/index.ts:461
459 | async assertRead(room: string | { name: string }) {
460 | const tile = this.getRoomListTile(room);
> 461 | await expect(tile.locator(".mx_NotificationBadge_dot")).not.toBeVisible();
| ^
462 | await expect(tile.locator(".mx_NotificationBadge_count")).not.toBeVisible();
463 | }
464 |
at Helpers.assertRead (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:461:69)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/redactions-in-threads.spec.ts:448:28
|
pinned-messages/pinned-messages.spec.ts:42:9 › Pinned messages › should pin messages and show them in the pinned message panel:
matrix-react-sdk/playwright/e2e/pinned-messages/pinned-messages.spec.ts#L51
1) pinned-messages/pinned-messages.spec.ts:42:9 › Pinned messages › should pin messages and show them in the pinned message panel
Error: Screenshot comparison failed:
360 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/pinned-messages/pinned-messages.spec.ts/pinned-messages-list-pin-3-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/pinned-messages-pinned-mes-db571-in-the-pinned-message-panel/pinned-messages-list-pin-3-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/pinned-messages-pinned-mes-db571-in-the-pinned-message-panel/pinned-messages-list-pin-3-diff.png
Call log:
- expect.toHaveScreenshot(pinned-messages-list-pin-3.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#mx_RightPanel')
- locator resolved to <aside id="mx_RightPanel" class="mx_RightPanel">…</aside>
- 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
- 360 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#mx_RightPanel')
- locator resolved to <aside id="mx_RightPanel" class="mx_RightPanel">…</aside>
- 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
- 360 pixels (ratio 0.01 of all image pixels) are different.
49 | await util.openPinnedMessagesList();
50 | await util.assertPinnedMessagesList(["Msg1", "Msg2", "Msg4"]);
> 51 | await expect(util.getRightPanel()).toMatchScreenshot(`pinned-messages-list-pin-3.png`);
| ^
52 | });
53 |
54 | test("should unpin one message", async ({ page, app, room1, util }) => {
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/pinned-messages/pinned-messages.spec.ts:51:44
|
pinned-messages/pinned-messages.spec.ts:54:9 › Pinned messages › should unpin one message:
matrix-react-sdk/playwright/e2e/pinned-messages/pinned-messages.spec.ts#L63
2) pinned-messages/pinned-messages.spec.ts:54:9 › Pinned messages › should unpin one message ─────
Error: Screenshot comparison failed:
314 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/pinned-messages/pinned-messages.spec.ts/pinned-messages-list-unpin-2-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/pinned-messages-pinned-mes-d655e-es-should-unpin-one-message/pinned-messages-list-unpin-2-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/pinned-messages-pinned-mes-d655e-es-should-unpin-one-message/pinned-messages-list-unpin-2-diff.png
Call log:
- expect.toHaveScreenshot(pinned-messages-list-unpin-2.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#mx_RightPanel')
- locator resolved to <aside id="mx_RightPanel" class="mx_RightPanel">…</aside>
- 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
- 314 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#mx_RightPanel')
- locator resolved to <aside id="mx_RightPanel" class="mx_RightPanel">…</aside>
- 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
- 314 pixels (ratio 0.01 of all image pixels) are different.
61 | await util.unpinMessageFromMessageList("Msg2");
62 | await util.assertPinnedMessagesList(["Msg1", "Msg4"]);
> 63 | await expect(util.getRightPanel()).toMatchScreenshot(`pinned-messages-list-unpin-2.png`);
| ^
64 | await util.backPinnedMessagesList();
65 | await util.assertPinnedCountInRoomInfo(2);
66 | });
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/pinned-messages/pinned-messages.spec.ts:63:44
|
crypto/crypto.spec.ts:213:9 › Cryptography › creating a DM should work:
matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js#L312
1) crypto/crypto.spec.ts:213:9 › Cryptography › creating a DM should work, being e2e-encrypted / user verification
Error: jsHandle.evaluate: Error: expected instance of CollectStrategy
at _assertClass (http://localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:312:15)
at set sharingStrategy (http://localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:3467:9)
at RoomEncryptor.ensureEncryptionSession (http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:261:46)
at async http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:170:9
at async logDuration (http://localhost:8080/bundles/69479a7aee6449c05cf6/bundle.js:3250:12)
at async http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:169:7
at async RustCrypto.encryptEvent (http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:3265:5)
at async MatrixClient.encryptEventIfNeeded (http://localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9413:5)
at async MatrixClient.encryptAndSendEvent (http://localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9345:9)
at async <anonymous>:260:30
at _assertClass (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:312:15)
at set sharingStrategy (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:3467:9)
at RoomEncryptor.ensureEncryptionSession (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:261:46)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:170:9
at async logDuration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/bundle.js:3250:12)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:169:7
at async RustCrypto.encryptEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:3265:5)
at async MatrixClient.encryptEventIfNeeded (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9413:5)
at async MatrixClient.encryptAndSendEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9345:9)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async <anonymous>:260:30
at Bot.sendMessage (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/client.ts:133:23)
at testMessages (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:47:5)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:226:9
|
crypto/crypto.spec.ts:213:9 › Cryptography › creating a DM should work:
matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js#L312
1) crypto/crypto.spec.ts:213:9 › Cryptography › creating a DM should work, being e2e-encrypted / user verification
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: Error: expected instance of CollectStrategy
at _assertClass (http://localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:312:15)
at set sharingStrategy (http://localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:3467:9)
at RoomEncryptor.ensureEncryptionSession (http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:261:46)
at async http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:170:9
at async logDuration (http://localhost:8080/bundles/69479a7aee6449c05cf6/bundle.js:3250:12)
at async http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:169:7
at async RustCrypto.encryptEvent (http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:3265:5)
at async MatrixClient.encryptEventIfNeeded (http://localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9413:5)
at async MatrixClient.encryptAndSendEvent (http://localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9345:9)
at async <anonymous>:260:30
at _assertClass (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:312:15)
at set sharingStrategy (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:3467:9)
at RoomEncryptor.ensureEncryptionSession (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:261:46)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:170:9
at async logDuration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/bundle.js:3250:12)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:169:7
at async RustCrypto.encryptEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:3265:5)
at async MatrixClient.encryptEventIfNeeded (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9413:5)
at async MatrixClient.encryptAndSendEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9345:9)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async <anonymous>:260:30
at Bot.sendMessage (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/client.ts:133:23)
at testMessages (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:47:5)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:226:9
|
crypto/crypto.spec.ts:213:9 › Cryptography › creating a DM should work:
matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js#L312
1) crypto/crypto.spec.ts:213:9 › Cryptography › creating a DM should work, being e2e-encrypted / user verification
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: Error: expected instance of CollectStrategy
at _assertClass (http://localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:312:15)
at set sharingStrategy (http://localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:3467:9)
at RoomEncryptor.ensureEncryptionSession (http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:261:46)
at async http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:170:9
at async logDuration (http://localhost:8080/bundles/69479a7aee6449c05cf6/bundle.js:3250:12)
at async http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:169:7
at async RustCrypto.encryptEvent (http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:3265:5)
at async MatrixClient.encryptEventIfNeeded (http://localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9413:5)
at async MatrixClient.encryptAndSendEvent (http://localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9345:9)
at async <anonymous>:260:30
at _assertClass (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:312:15)
at set sharingStrategy (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:3467:9)
at RoomEncryptor.ensureEncryptionSession (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:261:46)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:170:9
at async logDuration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/bundle.js:3250:12)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:169:7
at async RustCrypto.encryptEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:3265:5)
at async MatrixClient.encryptEventIfNeeded (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9413:5)
at async MatrixClient.encryptAndSendEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9345:9)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async <anonymous>:260:30
at Bot.sendMessage (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/client.ts:133:23)
at testMessages (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:47:5)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:226:9
|
crypto/decryption-failure-messages.spec.ts:39:13 › Cryptography › decryption failure messages › should handle device-relative historical messages:
matrix-react-sdk/playwright/e2e/crypto/decryption-failure-messages.spec.ts#L59
2) crypto/decryption-failure-messages.spec.ts:39:13 › Cryptography › decryption failure messages › should handle device-relative historical messages
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.mx_EventTile').last()
Expected string: "Historical messages are not available on this device"
Received string: "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.mx_EventTile').last()
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$IyyfTihY9Yms_8bnPuORvCTtiNbULrpiHA51Q09WZqA" data-scroll-tokens="$IyyfTihY9Yms_8bnPuORvCTtiNbULrpiHA51Q09WZqA" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$IyyfTihY9Yms_8bnPuORvCTtiNbULrpiHA51Q09WZqA" data-scroll-tokens="$IyyfTihY9Yms_8bnPuORvCTtiNbULrpiHA51Q09WZqA" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$IyyfTihY9Yms_8bnPuORvCTtiNbULrpiHA51Q09WZqA" data-scroll-tokens="$IyyfTihY9Yms_8bnPuORvCTtiNbULrpiHA51Q09WZqA" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$IyyfTihY9Yms_8bnPuORvCTtiNbULrpiHA51Q09WZqA" data-scroll-tokens="$IyyfTihY9Yms_8bnPuORvCTtiNbULrpiHA51Q09WZqA" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$IyyfTihY9Yms_8bnPuORvCTtiNbULrpiHA51Q09WZqA" data-scroll-tokens="$IyyfTihY9Yms_8bnPuORvCTtiNbULrpiHA51Q09WZqA" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$IyyfTihY9Yms_8bnPuORvCTtiNbULrpiHA51Q09WZqA" data-scroll-tokens="$IyyfTihY9Yms_8bnPuORvCTtiNbULrpiHA51Q09WZqA" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$IyyfTihY9Yms_8bnPuORvCTtiNbULrpiHA51Q09WZqA" dat
|
crypto/decryption-failure-messages.spec.ts:39:13 › Cryptography › decryption failure messages › should handle device-relative historical messages:
matrix-react-sdk/playwright/e2e/crypto/decryption-failure-messages.spec.ts#L59
2) crypto/decryption-failure-messages.spec.ts:39:13 › Cryptography › decryption failure messages › should handle device-relative historical messages
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.mx_EventTile').last()
Expected string: "Historical messages are not available on this device"
Received string: "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.mx_EventTile').last()
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$_woAtCXI-upotEBHpGSqqrop-SlkflN8OPzVk7WW0bM" data-scroll-tokens="$_woAtCXI-upotEBHpGSqqrop-SlkflN8OPzVk7WW0bM" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$_woAtCXI-upotEBHpGSqqrop-SlkflN8OPzVk7WW0bM" data-scroll-tokens="$_woAtCXI-upotEBHpGSqqrop-SlkflN8OPzVk7WW0bM" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$_woAtCXI-upotEBHpGSqqrop-SlkflN8OPzVk7WW0bM" data-scroll-tokens="$_woAtCXI-upotEBHpGSqqrop-SlkflN8OPzVk7WW0bM" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$_woAtCXI-upotEBHpGSqqrop-SlkflN8OPzVk7WW0bM" data-scroll-tokens="$_woAtCXI-upotEBHpGSqqrop-SlkflN8OPzVk7WW0bM" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$_woAtCXI-upotEBHpGSqqrop-SlkflN8OPzVk7WW0bM" data-scroll-tokens="$_woAtCXI-upotEBHpGSqqrop-SlkflN8OPzVk7WW0bM" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$_woAtCXI-upotEBHpGSqqrop-SlkflN8OPzVk7WW0bM" data-scroll-tokens="$_woAtCXI-upotEBHpGSqqrop-SlkflN8OPzVk7WW0bM" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-
|
crypto/decryption-failure-messages.spec.ts:39:13 › Cryptography › decryption failure messages › should handle device-relative historical messages:
matrix-react-sdk/playwright/e2e/crypto/decryption-failure-messages.spec.ts#L59
2) crypto/decryption-failure-messages.spec.ts:39:13 › Cryptography › decryption failure messages › should handle device-relative historical messages
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.mx_EventTile').last()
Expected string: "Historical messages are not available on this device"
Received string: "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.mx_EventTile').last()
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$kX4qQ39MGix9N1Vbmb2PI5UXrJ4JSbSVPWvCEcCI5DY" data-scroll-tokens="$kX4qQ39MGix9N1Vbmb2PI5UXrJ4JSbSVPWvCEcCI5DY" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$kX4qQ39MGix9N1Vbmb2PI5UXrJ4JSbSVPWvCEcCI5DY" data-scroll-tokens="$kX4qQ39MGix9N1Vbmb2PI5UXrJ4JSbSVPWvCEcCI5DY" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$kX4qQ39MGix9N1Vbmb2PI5UXrJ4JSbSVPWvCEcCI5DY" data-scroll-tokens="$kX4qQ39MGix9N1Vbmb2PI5UXrJ4JSbSVPWvCEcCI5DY" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$kX4qQ39MGix9N1Vbmb2PI5UXrJ4JSbSVPWvCEcCI5DY" data-scroll-tokens="$kX4qQ39MGix9N1Vbmb2PI5UXrJ4JSbSVPWvCEcCI5DY" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$kX4qQ39MGix9N1Vbmb2PI5UXrJ4JSbSVPWvCEcCI5DY" data-scroll-tokens="$kX4qQ39MGix9N1Vbmb2PI5UXrJ4JSbSVPWvCEcCI5DY" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$kX4qQ39MGix9N1Vbmb2PI5UXrJ4JSbSVPWvCEcCI5DY" data-scroll-tokens="$kX4qQ39MGix9N1Vbmb2PI5UXrJ4JSbSVPWvCEcCI5DY" class="mx_EventTile_bubbleContainer mx_EventTile mx_EventTile_lastInSection">…</li>
- unexpected value "Encryption enabledMessages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture."
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-
|
crypto/decryption-failure-messages.spec.ts:103:17 › Cryptography › decryption failure messages › non-joined historical messages › should display undecryptable non-joined historical messages with a different message:
matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js#L312
3) crypto/decryption-failure-messages.spec.ts:103:17 › Cryptography › decryption failure messages › non-joined historical messages › should display undecryptable non-joined historical messages with a different message
Error: jsHandle.evaluate: Error: expected instance of CollectStrategy
at _assertClass (http://localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:312:15)
at set sharingStrategy (http://localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:3467:9)
at RoomEncryptor.ensureEncryptionSession (http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:261:46)
at async http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:170:9
at async logDuration (http://localhost:8080/bundles/69479a7aee6449c05cf6/bundle.js:3250:12)
at async http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:169:7
at async RustCrypto.encryptEvent (http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:3265:5)
at async MatrixClient.encryptEventIfNeeded (http://localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9413:5)
at async MatrixClient.encryptAndSendEvent (http://localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9345:9)
at async eval (eval at evaluate (:234:30), <anonymous>:27:11)
at _assertClass (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:312:15)
at set sharingStrategy (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:3467:9)
at RoomEncryptor.ensureEncryptionSession (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:261:46)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:170:9
at async logDuration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/bundle.js:3250:12)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:169:7
at async RustCrypto.encryptEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:3265:5)
at async MatrixClient.encryptEventIfNeeded (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9413:5)
at async MatrixClient.encryptAndSendEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9345:9)
at async eval (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/eval at evaluate (:234:30), <anonymous>:27:11)
at Bot.evaluate (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/client.ts:72:28)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/decryption-failure-messages.spec.ts:112:32
|
crypto/decryption-failure-messages.spec.ts:103:17 › Cryptography › decryption failure messages › non-joined historical messages › should display undecryptable non-joined historical messages with a different message:
matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js#L312
3) crypto/decryption-failure-messages.spec.ts:103:17 › Cryptography › decryption failure messages › non-joined historical messages › should display undecryptable non-joined historical messages with a different message
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: Error: expected instance of CollectStrategy
at _assertClass (http://localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:312:15)
at set sharingStrategy (http://localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:3467:9)
at RoomEncryptor.ensureEncryptionSession (http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:261:46)
at async http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:170:9
at async logDuration (http://localhost:8080/bundles/69479a7aee6449c05cf6/bundle.js:3250:12)
at async http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:169:7
at async RustCrypto.encryptEvent (http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:3265:5)
at async MatrixClient.encryptEventIfNeeded (http://localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9413:5)
at async MatrixClient.encryptAndSendEvent (http://localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9345:9)
at async eval (eval at evaluate (:234:30), <anonymous>:27:11)
at _assertClass (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:312:15)
at set sharingStrategy (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:3467:9)
at RoomEncryptor.ensureEncryptionSession (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:261:46)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:170:9
at async logDuration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/bundle.js:3250:12)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:169:7
at async RustCrypto.encryptEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:3265:5)
at async MatrixClient.encryptEventIfNeeded (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9413:5)
at async MatrixClient.encryptAndSendEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9345:9)
at async eval (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/eval at evaluate (:234:30), <anonymous>:27:11)
at Bot.evaluate (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/client.ts:72:28)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/decryption-failure-messages.spec.ts:112:32
|
crypto/decryption-failure-messages.spec.ts:103:17 › Cryptography › decryption failure messages › non-joined historical messages › should display undecryptable non-joined historical messages with a different message:
matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js#L312
3) crypto/decryption-failure-messages.spec.ts:103:17 › Cryptography › decryption failure messages › non-joined historical messages › should display undecryptable non-joined historical messages with a different message
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: Error: expected instance of CollectStrategy
at _assertClass (http://localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:312:15)
at set sharingStrategy (http://localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:3467:9)
at RoomEncryptor.ensureEncryptionSession (http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:261:46)
at async http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:170:9
at async logDuration (http://localhost:8080/bundles/69479a7aee6449c05cf6/bundle.js:3250:12)
at async http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:169:7
at async RustCrypto.encryptEvent (http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:3265:5)
at async MatrixClient.encryptEventIfNeeded (http://localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9413:5)
at async MatrixClient.encryptAndSendEvent (http://localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9345:9)
at async eval (eval at evaluate (:234:30), <anonymous>:27:11)
at _assertClass (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:312:15)
at set sharingStrategy (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:3467:9)
at RoomEncryptor.ensureEncryptionSession (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:261:46)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:170:9
at async logDuration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/bundle.js:3250:12)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:169:7
at async RustCrypto.encryptEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:3265:5)
at async MatrixClient.encryptEventIfNeeded (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9413:5)
at async MatrixClient.encryptAndSendEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9345:9)
at async eval (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/eval at evaluate (:234:30), <anonymous>:27:11)
at Bot.evaluate (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/client.ts:72:28)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/decryption-failure-messages.spec.ts:112:32
|
crypto/decryption-failure-messages.spec.ts:208:17 › Cryptography › decryption failure messages › non-joined historical messages › should be able to jump to a message sent before our last join event:
matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js#L312
4) crypto/decryption-failure-messages.spec.ts:208:17 › Cryptography › decryption failure messages › non-joined historical messages › should be able to jump to a message sent before our last join event
Error: jsHandle.evaluate: Error: expected instance of CollectStrategy
at _assertClass (http://localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:312:15)
at set sharingStrategy (http://localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:3467:9)
at RoomEncryptor.ensureEncryptionSession (http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:261:46)
at async http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:170:9
at async logDuration (http://localhost:8080/bundles/69479a7aee6449c05cf6/bundle.js:3250:12)
at async http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:169:7
at async RustCrypto.encryptEvent (http://localhost:8080/bundles/69479a7aee6449c05cf6/771.js:3265:5)
at async MatrixClient.encryptEventIfNeeded (http://localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9413:5)
at async MatrixClient.encryptAndSendEvent (http://localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9345:9)
at async eval (eval at evaluate (:234:30), <anonymous>:32:15)
at _assertClass (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:312:15)
at set sharingStrategy (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/1399.js:3467:9)
at RoomEncryptor.ensureEncryptionSession (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:261:46)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:170:9
at async logDuration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/bundle.js:3250:12)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:169:7
at async RustCrypto.encryptEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/771.js:3265:5)
at async MatrixClient.encryptEventIfNeeded (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9413:5)
at async MatrixClient.encryptAndSendEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/69479a7aee6449c05cf6/init.js:9345:9)
at async eval (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/eval at evaluate (:234:30), <anonymous>:32:15)
at Bot.evaluate (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/client.ts:72:28)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/decryption-failure-messages.spec.ts:228:45
|
end-to-end-tests:
crypto/crypto.spec.ts/RoomSummaryCard-with-verified-e2ee-linux.png#L1
Stale screenshot file
|
end-to-end-tests
Process completed with exit code 1.
|
Slow Test:
matrix-react-sdk/spaces/spaces.spec.ts#L1
matrix-react-sdk/spaces/spaces.spec.ts took 1.1m
|
Slow Test:
matrix-react-sdk/right-panel/right-panel.spec.ts#L1
matrix-react-sdk/right-panel/right-panel.spec.ts took 59.5s
|
Slow Test:
matrix-react-sdk/right-panel/file-panel.spec.ts#L1
matrix-react-sdk/right-panel/file-panel.spec.ts took 42.4s
|
Slow Test:
matrix-react-sdk/settings/account-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/account-user-settings-tab.spec.ts took 41.7s
|
Slow Test:
matrix-react-sdk/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
matrix-react-sdk/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 35.0s
|
Slow Test:
matrix-react-sdk/timeline/timeline.spec.ts#L1
matrix-react-sdk/timeline/timeline.spec.ts took 2.5m
|
Slow Test:
matrix-react-sdk/spotlight/spotlight.spec.ts#L1
matrix-react-sdk/spotlight/spotlight.spec.ts took 1.9m
|
Slow Test:
matrix-react-sdk/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
matrix-react-sdk/spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.6m
|
Slow Test:
matrix-react-sdk/threads/threads.spec.ts#L1
matrix-react-sdk/threads/threads.spec.ts took 33.8s
|
Slow Test:
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts#L1
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts took 30.1s
|
Slow Test:
matrix-react-sdk/read-receipts/high-level.spec.ts#L1
matrix-react-sdk/read-receipts/high-level.spec.ts took 3.5m
|
Slow Test:
matrix-react-sdk/read-receipts/new-messages-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-in-threads.spec.ts took 1.9m
|
Slow Test:
matrix-react-sdk/read-receipts/editing-messages-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-in-threads.spec.ts took 1.4m
|
Slow Test:
matrix-react-sdk/read-receipts/new-messages-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-main-timeline.spec.ts took 1.3m
|
Slow Test:
matrix-react-sdk/read-receipts/editing-messages-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-main-timeline.spec.ts took 1.3m
|
Slow Test:
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts took 2.1m
|
Slow Test:
matrix-react-sdk/read-receipts/read-receipts.spec.ts#L1
matrix-react-sdk/read-receipts/read-receipts.spec.ts took 1.2m
|
Slow Test:
matrix-react-sdk/read-receipts/reactions-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/reactions-in-threads.spec.ts took 1.1m
|
Slow Test:
matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts took 56.2s
|
Slow Test:
matrix-react-sdk/read-receipts/new-messages-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-thread-roots.spec.ts took 54.4s
|
Slow Test:
matrix-react-sdk/messages/messages.spec.ts#L1
matrix-react-sdk/messages/messages.spec.ts took 2.2m
|
Slow Test:
matrix-react-sdk/login/login.spec.ts#L1
matrix-react-sdk/login/login.spec.ts took 41.7s
|
Slow Test:
matrix-react-sdk/integration-manager/read_events.spec.ts#L1
matrix-react-sdk/integration-manager/read_events.spec.ts took 41.2s
|
Slow Test:
matrix-react-sdk/knock/knock-into-room.spec.ts#L1
matrix-react-sdk/knock/knock-into-room.spec.ts took 40.8s
|
Slow Test:
matrix-react-sdk/polls/polls.spec.ts#L1
matrix-react-sdk/polls/polls.spec.ts took 39.0s
|
Slow Test:
matrix-react-sdk/audio-player/audio-player.spec.ts#L1
matrix-react-sdk/audio-player/audio-player.spec.ts took 1.3m
|
Slow Test:
matrix-react-sdk/composer/RTE.spec.ts#L1
matrix-react-sdk/composer/RTE.spec.ts took 1.2m
|
Slow Test:
matrix-react-sdk/crypto/device-verification.spec.ts#L1
matrix-react-sdk/crypto/device-verification.spec.ts took 49.1s
|
Slow Test:
matrix-react-sdk/integration-manager/kick.spec.ts#L1
matrix-react-sdk/integration-manager/kick.spec.ts took 40.2s
|
Slow Test:
matrix-react-sdk/editing/editing.spec.ts#L1
matrix-react-sdk/editing/editing.spec.ts took 32.7s
|
🎭 Playwright Run Summary
9 skipped
64 passed (9.1m)
|
🎭 Playwright Run Summary
4 skipped
67 passed (8.9m)
|
🎭 Playwright Run Summary
31 skipped
50 passed (10.5m)
|
🎭 Playwright Run Summary
1 flaky
read-receipts/redactions-in-threads.spec.ts:418:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart
15 skipped
59 passed (10.7m)
|
🎭 Playwright Run Summary
2 flaky
pinned-messages/pinned-messages.spec.ts:42:9 › Pinned messages › should pin messages and show them in the pinned message panel
pinned-messages/pinned-messages.spec.ts:54:9 › Pinned messages › should unpin one message ──────
2 skipped
72 passed (11.0m)
|
🎭 Playwright Run Summary
7 failed
crypto/crypto.spec.ts:213:9 › Cryptography › creating a DM should work, being e2e-encrypted / user verification
crypto/decryption-failure-messages.spec.ts:39:13 › Cryptography › decryption failure messages › should handle device-relative historical messages
crypto/decryption-failure-messages.spec.ts:103:17 › Cryptography › decryption failure messages › non-joined historical messages › should display undecryptable non-joined historical messages with a different message
crypto/decryption-failure-messages.spec.ts:208:17 › Cryptography › decryption failure messages › non-joined historical messages › should be able to jump to a message sent before our last join event
crypto/event-shields.spec.ts:52:13 › Cryptography › event shields › should show the correct shield on e2e events
crypto/event-shields.spec.ts:162:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup
crypto/event-shields.spec.ts:213:13 › Cryptography › event shields › should show the correct shield on edited e2e events
1 flaky
crypto/crypto.spec.ts:100:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
1 skipped
67 passed (13.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-1
Expired
|
40.2 MB |
|
all-blob-reports-2
Expired
|
7.22 MB |
|
all-blob-reports-3
Expired
|
509 KB |
|
all-blob-reports-4
Expired
|
4.33 MB |
|
all-blob-reports-5
Expired
|
766 KB |
|
all-blob-reports-6
Expired
|
849 KB |
|
html-report
Expired
|
51.5 MB |
|
webapp
Expired
|
38.2 MB |
|