This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #9235
Annotations
6 errors, 5 warnings, and 1 notice
Run Playwright tests:
matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L1
1) [Rust Crypto] › crypto/crypto.spec.ts:441:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/crypto/utils.ts#L162
1) [Rust Crypto] › crypto/crypto.spec.ts:441:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_AuthPage').getByRole('button', { name: 'Verify with Security Key' })
at crypto/utils.ts:162
160 | // if a securityKey was given, verify the new device
161 | if (securityKey !== undefined) {
> 162 | await page.locator(".mx_AuthPage").getByRole("button", { name: "Verify with Security Key" }).click();
| ^
163 | // Fill in the security key
164 | await page.locator(".mx_Dialog").locator('input[type="password"]').fill(securityKey);
165 | await page.locator(".mx_Dialog_primary:not([disabled])", { hasText: "Continue" }).click();
at logIntoElement (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/utils.ts:162:102)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:465:13
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/crypto/verification.spec.ts#L1
2) [Rust Crypto] › crypto/verification.spec.ts:245:9 › User verification › can receive a verification request when there is no existing DM
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/crypto/verification.spec.ts#L355
2) [Rust Crypto] › crypto/verification.spec.ts:245:9 › User verification › can receive a verification request when there is no existing DM
Error: jsHandle.evaluateHandle: Test timeout of 30000ms exceeded.
353 | */
354 | async function awaitVerifier(botVerificationRequest: JSHandle<VerificationRequest>): Promise<JSHandle<Verifier>> {
> 355 | return botVerificationRequest.evaluateHandle(async (verificationRequest) => {
| ^
356 | while (!verificationRequest.verifier) {
357 | await new Promise((r) => verificationRequest.once("change" as any, r));
358 | }
at awaitVerifier (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/verification.spec.ts:355:35)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/verification.spec.ts:287:35
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/login/overwrite_login.spec.ts#L1
3) [Rust Crypto] › login/overwrite_login.spec.ts:21:9 › Overwrite login action › Try replace existing login with new one
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
matrix-react-sdk/playwright/pages/settings.ts#L28
3) [Rust Crypto] › login/overwrite_login.spec.ts:21:9 › Overwrite login action › Try replace existing login with new one
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'User menu' })
- locator resolved to <div tabindex="0" role="button" aria-haspopup="true" …>…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_ContextualMenu_background"></div> from <div id="mx_ContextualMenu_Container">…</div> subtree intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_ContextualMenu_background"></div> from <div id="mx_ContextualMenu_Container">…</div> subtree intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_ContextualMenu_background"></div> from <div id="mx_ContextualMenu_Container">…</div> subtree intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_ContextualMenu_background"></div> from <div id="mx_ContextualMenu_Container">…</div> subtree intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_ContextualMenu_background"></div> from <div id="mx_ContextualMenu_Container">…</div> subtree intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_ContextualMenu_background"></div> from <div id="mx_ContextualMenu_Container">…</div> subtree intercepts pointer events
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_ContextualMenu_background"></div> from <div id="mx_ContextualMenu_Container">…</div> subtree intercepts pointer events
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_ContextualMenu_background"></div> from <div id="mx_ContextualMenu_Container">…</div> subtree intercepts pointer events
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_ContextualMenu_background"></div> from <div id="mx_ContextualMenu_Container">…</div> subtree intercepts pointer events
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_ContextualMenu_background"></div> from <
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › audio-player/audio-player.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › audio-player/audio-player.spec.ts took 1.5m
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › composer/composer.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › composer/composer.spec.ts took 1.3m
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › integration-manager/kick.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › integration-manager/kick.spec.ts took 39.8s
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › knock/knock-into-room.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › knock/knock-into-room.spec.ts took 39.2s
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › polls/polls.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › polls/polls.spec.ts took 37.2s
|
Run Playwright tests
3 flaky
[Rust Crypto] › crypto/crypto.spec.ts:441:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup
[Rust Crypto] › crypto/verification.spec.ts:245:9 › User verification › can receive a verification request when there is no existing DM
[Rust Crypto] › login/overwrite_login.spec.ts:21:9 › Overwrite login action › Try replace existing login with new one
6 skipped
94 passed (19.2m)
|
The logs for this run have expired and are no longer available.
Loading