End to End Tests #11087
Annotations
4 errors and 1 notice
|
playwright/pages/toasts.ts#L22
3) [Chrome] › playwright/e2e/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/element-web/element-web/playwright/pages/toasts.ts:22:29)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/user-verification.spec.ts:63:36
|
|
playwright/e2e/crypto/decryption-failure-messages.spec.ts#L281
2) [Chrome] › playwright/e2e/crypto/decryption-failure-messages.spec.ts:202:17 › Cryptography › decryption failure messages › non-joined historical messages › should be able to jump to a message sent before our last join event
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_RoomView').getByRole('button', { name: 'Accept' })
279 | // Alice accepts the invite
280 | await page.getByRole("option", { name: "Test room" }).click();
> 281 | await page.locator(".mx_RoomView").getByRole("button", { name: "Accept" }).click();
| ^
282 |
283 | // wait until we're joined and see the timeline
284 | await expect(page.locator(`.mx_EventTile`).getByText("Alice joined the room")).toBeVisible();
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/decryption-failure-messages.spec.ts:281:92
|
|
playwright/e2e/crypto/decryption-failure-messages.spec.ts#L0
2) [Chrome] › playwright/e2e/crypto/decryption-failure-messages.spec.ts:202:17 › Cryptography › decryption failure messages › non-joined historical messages › should be able to jump to a message sent before our last join event
Test timeout of 30000ms exceeded.
|
|
playwright/e2e/audio-player/audio-player.spec.ts#L21
1) [Chrome] › playwright/e2e/audio-player/audio-player.spec.ts:249:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot › Expect "toPass"
Error: Test timeout of 30000ms exceeded
19 | await tile.hover();
20 | await tile.getByRole("button", { name: "Reply", exact: true }).click();
> 21 | }).toPass();
| ^
22 | await expect(tile.page().getByText("Replying", { exact: true })).toBeVisible();
23 | };
24 |
at clickButtonReply (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:21:8)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:277:19
|
|
3 flaky
[Chrome] › playwright/e2e/audio-player/audio-player.spec.ts:249:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot
[Chrome] › playwright/e2e/crypto/decryption-failure-messages.spec.ts:202:17 › Cryptography › decryption failure messages › non-joined historical messages › should be able to jump to a message sent before our last join event
[Chrome] › playwright/e2e/crypto/user-verification.spec.ts:34:9 › User verification › can receive a verification request when there is no existing DM
100 passed (10.1m)
|
The logs for this run have expired and are no longer available.
Loading