matrix-react-sdk End to End Tests #1630
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L115
1) crypto/crypto.spec.ts:92:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_InteractiveAuthDialog .mx_Dialog_title').getByText('Setting up keys')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_InteractiveAuthDialog .mx_Dialog_title').getByText('Setting up keys')
113 | if (!isDeviceVerified) {
114 | const uiaDialogTitle = page.locator(".mx_InteractiveAuthDialog .mx_Dialog_title");
> 115 | await expect(uiaDialogTitle.getByText("Setting up keys")).toBeVisible();
| ^
116 | await expect(uiaDialogTitle.getByText("Setting up keys")).not.toBeVisible();
117 | }
118 |
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:115:79
|
Run Playwright tests:
matrix-react-sdk/audio-player/audio-player.spec.ts#L1
matrix-react-sdk/audio-player/audio-player.spec.ts took 1.3m
|
Run Playwright tests:
matrix-react-sdk/composer/RTE.spec.ts#L1
matrix-react-sdk/composer/RTE.spec.ts took 1.2m
|
Run Playwright tests:
matrix-react-sdk/crypto/event-shields.spec.ts#L1
matrix-react-sdk/crypto/event-shields.spec.ts took 59.1s
|
Run Playwright tests:
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts#L1
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts took 53.8s
|
Run Playwright tests:
matrix-react-sdk/crypto/device-verification.spec.ts#L1
matrix-react-sdk/crypto/device-verification.spec.ts took 50.0s
|
Run Playwright tests
1 flaky
crypto/crypto.spec.ts:92:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
1 skipped
75 passed (12.1m)
|
Loading