matrix-react-sdk End to End Tests #2246
Annotations
7 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/pages/toasts.ts#L22
1) crypto/user-verification.spec.ts:34:9 › User verification › can receive a verification request when there is no existing DM
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_Toast_toast').filter({ hasText: 'Verification requested' }).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_Toast_toast').filter({ hasText: 'Verification requested' }).first()
at ../pages/toasts.ts:22
20 | public async getToast(expectedTitle: string): Promise<Locator> {
21 | const toast = this.page.locator(".mx_Toast_toast", { hasText: expectedTitle }).first();
> 22 | await expect(toast).toBeVisible();
| ^
23 | return toast;
24 | }
25 |
at Toasts.getToast (/home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/pages/toasts.ts:22:29)
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/crypto/user-verification.spec.ts:57:36
|
Run Playwright tests:
playwright/pages/toasts.ts#L22
1) crypto/user-verification.spec.ts:34:9 › User verification › can receive a verification request when there is no existing DM
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_Toast_toast').filter({ hasText: 'Verification requested' }).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_Toast_toast').filter({ hasText: 'Verification requested' }).first()
at ../pages/toasts.ts:22
20 | public async getToast(expectedTitle: string): Promise<Locator> {
21 | const toast = this.page.locator(".mx_Toast_toast", { hasText: expectedTitle }).first();
> 22 | await expect(toast).toBeVisible();
| ^
23 | return toast;
24 | }
25 |
at Toasts.getToast (/home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/pages/toasts.ts:22:29)
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/crypto/user-verification.spec.ts:57:36
|
Run Playwright tests:
playwright/pages/toasts.ts#L22
1) crypto/user-verification.spec.ts:34:9 › User verification › can receive a verification request when there is no existing DM
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_Toast_toast').filter({ hasText: 'Verification requested' }).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_Toast_toast').filter({ hasText: 'Verification requested' }).first()
at ../pages/toasts.ts:22
20 | public async getToast(expectedTitle: string): Promise<Locator> {
21 | const toast = this.page.locator(".mx_Toast_toast", { hasText: expectedTitle }).first();
> 22 | await expect(toast).toBeVisible();
| ^
23 | return toast;
24 | }
25 |
at Toasts.getToast (/home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/pages/toasts.ts:22:29)
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/crypto/user-verification.spec.ts:57:36
|
Run Playwright tests:
playwright/pages/toasts.ts#L22
2) crypto/user-verification.spec.ts:83:9 › User verification › can abort emoji verification when emoji mismatch
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_Toast_toast').filter({ hasText: 'Verification requested' }).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_Toast_toast').filter({ hasText: 'Verification requested' }).first()
at ../pages/toasts.ts:22
20 | public async getToast(expectedTitle: string): Promise<Locator> {
21 | const toast = this.page.locator(".mx_Toast_toast", { hasText: expectedTitle }).first();
> 22 | await expect(toast).toBeVisible();
| ^
23 | return toast;
24 | }
25 |
at Toasts.getToast (/home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/pages/toasts.ts:22:29)
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/crypto/user-verification.spec.ts:106:36
|
Run Playwright tests:
playwright/pages/toasts.ts#L22
2) crypto/user-verification.spec.ts:83:9 › User verification › can abort emoji verification when emoji mismatch
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_Toast_toast').filter({ hasText: 'Verification requested' }).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_Toast_toast').filter({ hasText: 'Verification requested' }).first()
at ../pages/toasts.ts:22
20 | public async getToast(expectedTitle: string): Promise<Locator> {
21 | const toast = this.page.locator(".mx_Toast_toast", { hasText: expectedTitle }).first();
> 22 | await expect(toast).toBeVisible();
| ^
23 | return toast;
24 | }
25 |
at Toasts.getToast (/home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/pages/toasts.ts:22:29)
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/crypto/user-verification.spec.ts:106:36
|
Run Playwright tests:
playwright/pages/toasts.ts#L22
2) crypto/user-verification.spec.ts:83:9 › User verification › can abort emoji verification when emoji mismatch
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_Toast_toast').filter({ hasText: 'Verification requested' }).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_Toast_toast').filter({ hasText: 'Verification requested' }).first()
at ../pages/toasts.ts:22
20 | public async getToast(expectedTitle: string): Promise<Locator> {
21 | const toast = this.page.locator(".mx_Toast_toast", { hasText: expectedTitle }).first();
> 22 | await expect(toast).toBeVisible();
| ^
23 | return toast;
24 | }
25 |
at Toasts.getToast (/home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/pages/toasts.ts:22:29)
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/crypto/user-verification.spec.ts:106:36
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests:
composer/RTE.spec.ts#L1
composer/RTE.spec.ts took 1.3m
|
Run Playwright tests:
audio-player/audio-player.spec.ts#L1
audio-player/audio-player.spec.ts took 1.3m
|
Run Playwright tests:
crypto/event-shields.spec.ts#L1
crypto/event-shields.spec.ts took 1.2m
|
Run Playwright tests:
crypto/crypto.spec.ts#L1
crypto/crypto.spec.ts took 1.1m
|
Run Playwright tests:
crypto/decryption-failure-messages.spec.ts#L1
crypto/decryption-failure-messages.spec.ts took 54.0s
|
Run Playwright tests
2 failed
crypto/user-verification.spec.ts:34:9 › User verification › can receive a verification request when there is no existing DM
crypto/user-verification.spec.ts:83:9 › User verification › can abort emoji verification when emoji mismatch
77 passed (13.1m)
|
Loading