Build & Test #1405
Annotations
2 errors and 1 notice
|
Run tests:
apps/desktop/playwright/e2e/launch/launch.spec.ts#L34
2) [Desktop] › playwright/e2e/launch/launch.spec.ts:54:9 › App launch › safeStorage › should be supported
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('.mx_Welcome') to be visible
32 | test.beforeEach(async ({ page }) => {
33 | await page.locator("#matrixchat").waitFor();
> 34 | await page.locator(".mx_Welcome").waitFor();
| ^
35 | });
36 |
37 | test("should launch and render the welcome view successfully", async ({ page }) => {
at /home/runner/work/element-web/element-web/apps/desktop/playwright/e2e/launch/launch.spec.ts:34:43
|
|
Run tests:
apps/desktop/playwright/e2e/launch/launch.spec.ts#L34
1) [Desktop] › playwright/e2e/launch/launch.spec.ts:42:5 › App launch › should launch and render the welcome view successfully and support seshat
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('.mx_Welcome') to be visible
32 | test.beforeEach(async ({ page }) => {
33 | await page.locator("#matrixchat").waitFor();
> 34 | await page.locator(".mx_Welcome").waitFor();
| ^
35 | });
36 |
37 | test("should launch and render the welcome view successfully", async ({ page }) => {
at /home/runner/work/element-web/element-web/apps/desktop/playwright/e2e/launch/launch.spec.ts:34:43
|
|
Run tests
2 flaky
[Desktop] › playwright/e2e/launch/launch.spec.ts:42:5 › App launch › should launch and render the welcome view successfully and support seshat
[Desktop] › playwright/e2e/launch/launch.spec.ts:54:9 › App launch › safeStorage › should be supported
1 skipped
4 passed (1.5m)
|
Loading