End to End Tests #3565
Annotations
2 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", "alice@email.com", "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:
[Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 1.2m
|
Run Playwright tests:
[Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.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] › login/login.spec.ts#L1
[Chrome] › login/login.spec.ts took 1.0m
|
Run Playwright tests:
[Chrome] › crypto/crypto.spec.ts#L1
[Chrome] › crypto/crypto.spec.ts took 1.0m
|
Run Playwright tests
1 flaky
[Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
1 skipped
117 passed (16.8m)
|
Loading