Fix and stabilise sliding sync playwright tests #3531
Annotations
7 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/crypto/backups.spec.ts#L1
1) [Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/crypto/backups.spec.ts#L37
1) [Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Continue' })
35 | masTest("user is prompted to set up recovery", async ({ page, mailhog, app }) => {
36 | await page.goto("/#/login");
> 37 | await page.getByRole("button", { name: "Continue" }).click();
| ^
38 | await registerAccountMas(page, mailhog.api, "alice", "[email protected]", "Pa$sW0rD!");
39 |
40 | await page.getByRole("button", { name: "Add room" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups.spec.ts:37:62
|
Run Playwright tests:
playwright/e2e/crypto/backups.spec.ts#L1
1) [Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/crypto/backups.spec.ts#L37
1) [Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Continue' })
35 | masTest("user is prompted to set up recovery", async ({ page, mailhog, app }) => {
36 | await page.goto("/#/login");
> 37 | await page.getByRole("button", { name: "Continue" }).click();
| ^
38 | await registerAccountMas(page, mailhog.api, "alice", "[email protected]", "Pa$sW0rD!");
39 |
40 | await page.getByRole("button", { name: "Add room" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups.spec.ts:37:62
|
Run Playwright tests:
playwright/e2e/crypto/backups.spec.ts#L1
1) [Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/crypto/backups.spec.ts#L37
1) [Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Continue' })
35 | masTest("user is prompted to set up recovery", async ({ page, mailhog, app }) => {
36 | await page.goto("/#/login");
> 37 | await page.getByRole("button", { name: "Continue" }).click();
| ^
38 | await registerAccountMas(page, mailhog.api, "alice", "[email protected]", "Pa$sW0rD!");
39 |
40 | await page.getByRole("button", { name: "Add room" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups.spec.ts:37:62
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests:
[Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 1.2m
|
Run Playwright tests:
[Chrome] › audio-player/audio-player.spec.ts#L1
[Chrome] › audio-player/audio-player.spec.ts took 1.2m
|
Run Playwright tests:
[Chrome] › crypto/crypto.spec.ts#L1
[Chrome] › crypto/crypto.spec.ts took 59.7s
|
Run Playwright tests:
[Chrome] › crypto/device-verification.spec.ts#L1
[Chrome] › crypto/device-verification.spec.ts took 43.7s
|
Run Playwright tests:
[Chrome] › crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › crypto/decryption-failure-messages.spec.ts took 39.9s
|
Run Playwright tests
1 failed
[Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
55 passed (9.1m)
|
Loading