Small step in tidying the IPCs #3961
Annotations
20 errors and 1 notice
Run tests:
playwright/e2e/launch/launch.spec.ts#L36
4) [macos] › playwright/e2e/launch/launch.spec.ts:44: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
34 | test.beforeEach(async ({ page }) => {
35 | await page.locator("#matrixchat").waitFor();
> 36 | await page.locator(".mx_Welcome").waitFor();
| ^
37 | });
38 |
39 | test("should launch and render the welcome view successfully", async ({ page }) => {
at /Users/runner/work/element-desktop/element-desktop/playwright/e2e/launch/launch.spec.ts:36:43
|
Run tests:
playwright/e2e/launch/launch.spec.ts#L36
3) [macos] › playwright/e2e/launch/launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('.mx_Welcome') to be visible
34 | test.beforeEach(async ({ page }) => {
35 | await page.locator("#matrixchat").waitFor();
> 36 | await page.locator(".mx_Welcome").waitFor();
| ^
37 | });
38 |
39 | test("should launch and render the welcome view successfully", async ({ page }) => {
at /Users/runner/work/element-desktop/element-desktop/playwright/e2e/launch/launch.spec.ts:36:43
|
Run tests:
playwright/e2e/launch/launch.spec.ts#L36
3) [macos] › playwright/e2e/launch/launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('.mx_Welcome') to be visible
34 | test.beforeEach(async ({ page }) => {
35 | await page.locator("#matrixchat").waitFor();
> 36 | await page.locator(".mx_Welcome").waitFor();
| ^
37 | });
38 |
39 | test("should launch and render the welcome view successfully", async ({ page }) => {
at /Users/runner/work/element-desktop/element-desktop/playwright/e2e/launch/launch.spec.ts:36:43
|
Run tests:
playwright/e2e/launch/launch.spec.ts#L36
3) [macos] › playwright/e2e/launch/launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('.mx_Welcome') to be visible
34 | test.beforeEach(async ({ page }) => {
35 | await page.locator("#matrixchat").waitFor();
> 36 | await page.locator(".mx_Welcome").waitFor();
| ^
37 | });
38 |
39 | test("should launch and render the welcome view successfully", async ({ page }) => {
at /Users/runner/work/element-desktop/element-desktop/playwright/e2e/launch/launch.spec.ts:36:43
|
Run tests:
playwright/e2e/launch/config-options.spec.ts#L38
2) [macos] › playwright/e2e/launch/config-options.spec.ts:36:9 › App config options › Should load custom config via argument › should launch and use configured homeserver
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('.mx_Welcome') to be visible
36 | test("should launch and use configured homeserver", async ({ page }) => {
37 | await page.locator("#matrixchat").waitFor();
> 38 | await page.locator(".mx_Welcome").waitFor();
| ^
39 | await expect(page).toHaveURL("vector://vector/webapp/#/welcome");
40 | await page.getByText("Sign in").click();
41 | await page.getByText("matrix.example.org", { exact: true }).waitFor();
at /Users/runner/work/element-desktop/element-desktop/playwright/e2e/launch/config-options.spec.ts:38:47
|
Run tests:
playwright/e2e/launch/config-options.spec.ts#L38
2) [macos] › playwright/e2e/launch/config-options.spec.ts:36:9 › App config options › Should load custom config via argument › should launch and use configured homeserver
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('.mx_Welcome') to be visible
36 | test("should launch and use configured homeserver", async ({ page }) => {
37 | await page.locator("#matrixchat").waitFor();
> 38 | await page.locator(".mx_Welcome").waitFor();
| ^
39 | await expect(page).toHaveURL("vector://vector/webapp/#/welcome");
40 | await page.getByText("Sign in").click();
41 | await page.getByText("matrix.example.org", { exact: true }).waitFor();
at /Users/runner/work/element-desktop/element-desktop/playwright/e2e/launch/config-options.spec.ts:38:47
|
Run tests:
playwright/e2e/launch/config-options.spec.ts#L38
2) [macos] › playwright/e2e/launch/config-options.spec.ts:36:9 › App config options › Should load custom config via argument › should launch and use configured homeserver
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('.mx_Welcome') to be visible
36 | test("should launch and use configured homeserver", async ({ page }) => {
37 | await page.locator("#matrixchat").waitFor();
> 38 | await page.locator(".mx_Welcome").waitFor();
| ^
39 | await expect(page).toHaveURL("vector://vector/webapp/#/welcome");
40 | await page.getByText("Sign in").click();
41 | await page.getByText("matrix.example.org", { exact: true }).waitFor();
at /Users/runner/work/element-desktop/element-desktop/playwright/e2e/launch/config-options.spec.ts:38:47
|
Run tests:
playwright/e2e/launch/config-options.spec.ts#L25
1) [macos] › playwright/e2e/launch/config-options.spec.ts:23:9 › App config options › Should load custom config via env › should launch and use configured homeserver
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('.mx_Welcome') to be visible
23 | test("should launch and use configured homeserver", async ({ page }) => {
24 | await page.locator("#matrixchat").waitFor();
> 25 | await page.locator(".mx_Welcome").waitFor();
| ^
26 | await expect(page).toHaveURL("vector://vector/webapp/#/welcome");
27 | await page.getByText("Sign in").click();
28 | await page.getByText("matrix.example.org", { exact: true }).waitFor();
at /Users/runner/work/element-desktop/element-desktop/playwright/e2e/launch/config-options.spec.ts:25:47
|
Run tests:
playwright/e2e/launch/config-options.spec.ts#L25
1) [macos] › playwright/e2e/launch/config-options.spec.ts:23:9 › App config options › Should load custom config via env › should launch and use configured homeserver
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('.mx_Welcome') to be visible
23 | test("should launch and use configured homeserver", async ({ page }) => {
24 | await page.locator("#matrixchat").waitFor();
> 25 | await page.locator(".mx_Welcome").waitFor();
| ^
26 | await expect(page).toHaveURL("vector://vector/webapp/#/welcome");
27 | await page.getByText("Sign in").click();
28 | await page.getByText("matrix.example.org", { exact: true }).waitFor();
at /Users/runner/work/element-desktop/element-desktop/playwright/e2e/launch/config-options.spec.ts:25:47
|
Run tests:
playwright/e2e/launch/config-options.spec.ts#L25
1) [macos] › playwright/e2e/launch/config-options.spec.ts:23:9 › App config options › Should load custom config via env › should launch and use configured homeserver
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('.mx_Welcome') to be visible
23 | test("should launch and use configured homeserver", async ({ page }) => {
24 | await page.locator("#matrixchat").waitFor();
> 25 | await page.locator(".mx_Welcome").waitFor();
| ^
26 | await expect(page).toHaveURL("vector://vector/webapp/#/welcome");
27 | await page.getByText("Sign in").click();
28 | await page.getByText("matrix.example.org", { exact: true }).waitFor();
at /Users/runner/work/element-desktop/element-desktop/playwright/e2e/launch/config-options.spec.ts:25:47
|
|
|
|
|
|
|
|
|
|
|
Run tests
6 failed
[macos] › playwright/e2e/launch/config-options.spec.ts:23:9 › App config options › Should load custom config via env › should launch and use configured homeserver
[macos] › playwright/e2e/launch/config-options.spec.ts:36:9 › App config options › Should load custom config via argument › should launch and use configured homeserver
[macos] › playwright/e2e/launch/launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully
[macos] › playwright/e2e/launch/launch.spec.ts:44:5 › App launch › should launch and render the welcome view successfully and support seshat
[macos] › playwright/e2e/launch/launch.spec.ts:56:9 › App launch › safeStorage › should be supported
[macos] › playwright/e2e/launch/oidc.spec.ts:29:5 › OIDC Native › should use OIDC callback URL without authority component
2 skipped
|
Loading