Small step in tidying the IPCs #3961
build_and_test.yaml
on: pull_request
Annotations
51 errors, 5 warnings, and 3 notices
[macos] › playwright/e2e/launch/launch.spec.ts:44:5 › App launch › should launch and render the welcome view successfully and support seshat:
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
|
[macos] › playwright/e2e/launch/launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully:
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
|
[macos] › playwright/e2e/launch/launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully:
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
|
[macos] › playwright/e2e/launch/launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully:
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
|
[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:
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
|
[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:
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
|
[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:
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
|
[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:
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
|
[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:
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
|
[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:
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
|
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/launch.spec.ts:44:5 › App launch › should launch and render the welcome view successfully and support seshat:
playwright/e2e/launch/launch.spec.ts#L36
4) [linux-amd64-sqlcipher-system] › 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 /home/runner/work/element-desktop/element-desktop/playwright/e2e/launch/launch.spec.ts:36:43
|
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully:
playwright/e2e/launch/launch.spec.ts#L36
3) [linux-amd64-sqlcipher-system] › 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 /home/runner/work/element-desktop/element-desktop/playwright/e2e/launch/launch.spec.ts:36:43
|
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully:
playwright/e2e/launch/launch.spec.ts#L36
3) [linux-amd64-sqlcipher-system] › 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 /home/runner/work/element-desktop/element-desktop/playwright/e2e/launch/launch.spec.ts:36:43
|
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully:
playwright/e2e/launch/launch.spec.ts#L36
3) [linux-amd64-sqlcipher-system] › 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 /home/runner/work/element-desktop/element-desktop/playwright/e2e/launch/launch.spec.ts:36:43
|
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/config-options.spec.ts:36:9 › App config options › Should load custom config via argument › should launch and use configured homeserver:
playwright/e2e/launch/config-options.spec.ts#L38
2) [linux-amd64-sqlcipher-system] › 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 /home/runner/work/element-desktop/element-desktop/playwright/e2e/launch/config-options.spec.ts:38:47
|
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/config-options.spec.ts:36:9 › App config options › Should load custom config via argument › should launch and use configured homeserver:
playwright/e2e/launch/config-options.spec.ts#L38
2) [linux-amd64-sqlcipher-system] › 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 /home/runner/work/element-desktop/element-desktop/playwright/e2e/launch/config-options.spec.ts:38:47
|
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/config-options.spec.ts:36:9 › App config options › Should load custom config via argument › should launch and use configured homeserver:
playwright/e2e/launch/config-options.spec.ts#L38
2) [linux-amd64-sqlcipher-system] › 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 /home/runner/work/element-desktop/element-desktop/playwright/e2e/launch/config-options.spec.ts:38:47
|
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/config-options.spec.ts:23:9 › App config options › Should load custom config via env › should launch and use configured homeserver:
playwright/e2e/launch/config-options.spec.ts#L25
1) [linux-amd64-sqlcipher-system] › 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 /home/runner/work/element-desktop/element-desktop/playwright/e2e/launch/config-options.spec.ts:25:47
|
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/config-options.spec.ts:23:9 › App config options › Should load custom config via env › should launch and use configured homeserver:
playwright/e2e/launch/config-options.spec.ts#L25
1) [linux-amd64-sqlcipher-system] › 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 /home/runner/work/element-desktop/element-desktop/playwright/e2e/launch/config-options.spec.ts:25:47
|
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/config-options.spec.ts:23:9 › App config options › Should load custom config via env › should launch and use configured homeserver:
playwright/e2e/launch/config-options.spec.ts#L25
1) [linux-amd64-sqlcipher-system] › 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 /home/runner/work/element-desktop/element-desktop/playwright/e2e/launch/config-options.spec.ts:25:47
|
Linux (amd64) (sqlcipher: static) / test / test
The operation was canceled.
|
Linux (amd64) (sqlcipher: static) / test / test
The strategy configuration was canceled because "linux.system_amd64" failed
|
Linux (arm64) (sqlcipher: system) / test / test
The operation was canceled.
|
Linux (arm64) (sqlcipher: system) / test / test
The strategy configuration was canceled because "linux.system_amd64" failed
|
Linux (arm64) (sqlcipher: static) / test / test
The operation was canceled.
|
Linux (arm64) (sqlcipher: static) / test / test
The strategy configuration was canceled because "linux.system_amd64" failed
|
[win-arm64] › playwright\e2e\launch\launch.spec.ts:44:5 › App launch › should launch and render the welcome view successfully and support seshat:
playwright\e2e\launch\launch.spec.ts#L36
4) [win-arm64] › 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 C:\a\element-desktop\element-desktop\playwright\e2e\launch\launch.spec.ts:36:43
|
[win-arm64] › playwright\e2e\launch\launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully:
playwright\e2e\launch\launch.spec.ts#L36
3) [win-arm64] › 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 C:\a\element-desktop\element-desktop\playwright\e2e\launch\launch.spec.ts:36:43
|
[win-arm64] › playwright\e2e\launch\launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully:
playwright\e2e\launch\launch.spec.ts#L36
3) [win-arm64] › 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 C:\a\element-desktop\element-desktop\playwright\e2e\launch\launch.spec.ts:36:43
|
[win-arm64] › playwright\e2e\launch\launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully:
playwright\e2e\launch\launch.spec.ts#L36
3) [win-arm64] › 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 C:\a\element-desktop\element-desktop\playwright\e2e\launch\launch.spec.ts:36:43
|
[win-arm64] › playwright\e2e\launch\config-options.spec.ts:36:9 › App config options › Should load custom config via argument › should launch and use configured homeserver:
playwright\e2e\launch\config-options.spec.ts#L38
2) [win-arm64] › 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 C:\a\element-desktop\element-desktop\playwright\e2e\launch\config-options.spec.ts:38:47
|
[win-arm64] › playwright\e2e\launch\config-options.spec.ts:36:9 › App config options › Should load custom config via argument › should launch and use configured homeserver:
playwright\e2e\launch\config-options.spec.ts#L38
2) [win-arm64] › 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 C:\a\element-desktop\element-desktop\playwright\e2e\launch\config-options.spec.ts:38:47
|
[win-arm64] › playwright\e2e\launch\config-options.spec.ts:36:9 › App config options › Should load custom config via argument › should launch and use configured homeserver:
playwright\e2e\launch\config-options.spec.ts#L38
2) [win-arm64] › 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 C:\a\element-desktop\element-desktop\playwright\e2e\launch\config-options.spec.ts:38:47
|
[win-arm64] › playwright\e2e\launch\config-options.spec.ts:23:9 › App config options › Should load custom config via env › should launch and use configured homeserver:
playwright\e2e\launch\config-options.spec.ts#L25
1) [win-arm64] › 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 C:\a\element-desktop\element-desktop\playwright\e2e\launch\config-options.spec.ts:25:47
|
[win-arm64] › playwright\e2e\launch\config-options.spec.ts:23:9 › App config options › Should load custom config via env › should launch and use configured homeserver:
playwright\e2e\launch\config-options.spec.ts#L25
1) [win-arm64] › 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 C:\a\element-desktop\element-desktop\playwright\e2e\launch\config-options.spec.ts:25:47
|
[win-arm64] › playwright\e2e\launch\config-options.spec.ts:23:9 › App config options › Should load custom config via env › should launch and use configured homeserver:
playwright\e2e\launch\config-options.spec.ts#L25
1) [win-arm64] › 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 C:\a\element-desktop\element-desktop\playwright\e2e\launch\config-options.spec.ts:25:47
|
Windows (ia32) / test / test
The operation was canceled.
|
Windows (ia32) / test / test
The strategy configuration was canceled because "windows.arm64" failed
|
Windows (x64) / test / test
The operation was canceled.
|
Windows (x64) / test / test
The strategy configuration was canceled because "windows.arm64" failed
|
tests-done
Process completed with exit code 1.
|
Build and Test
The strategy configuration was canceled because "windows.arm64" failed
|
Build and Test
The strategy configuration was canceled because "windows.arm64" failed
|
Build and Test
The strategy configuration was canceled because "windows.arm64" failed
|
Build and Test
The strategy configuration was canceled because "windows.arm64" failed
|
Build and Test
The strategy configuration was canceled because "linux.system_amd64" failed
|
Build and Test
The strategy configuration was canceled because "linux.system_amd64" failed
|
Build and Test
The strategy configuration was canceled because "linux.system_amd64" failed
|
Build and Test
The strategy configuration was canceled because "linux.system_amd64" failed
|
Build and Test
The strategy configuration was canceled because "linux.system_amd64" failed
|
Build and Test
The strategy configuration was canceled because "linux.system_amd64" failed
|
Linux (amd64) (sqlcipher: static) / test / test
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Linux (arm64) (sqlcipher: system) / test / test
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Linux (arm64) (sqlcipher: static) / test / test
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Windows (ia32) / test / test
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Windows (x64) / test / test
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
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
|
🎭 Playwright Run Summary
6 failed
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/config-options.spec.ts:23:9 › App config options › Should load custom config via env › should launch and use configured homeserver
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/config-options.spec.ts:36:9 › App config options › Should load custom config via argument › should launch and use configured homeserver
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/launch.spec.ts:44:5 › App launch › should launch and render the welcome view successfully and support seshat
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/launch.spec.ts:56:9 › App launch › safeStorage › should be supported
[linux-amd64-sqlcipher-system] › playwright/e2e/launch/oidc.spec.ts:29:5 › OIDC Native › should use OIDC callback URL without authority component
2 skipped
|
🎭 Playwright Run Summary
7 failed
[win-arm64] › playwright\e2e\launch\config-options.spec.ts:23:9 › App config options › Should load custom config via env › should launch and use configured homeserver
[win-arm64] › playwright\e2e\launch\config-options.spec.ts:36:9 › App config options › Should load custom config via argument › should launch and use configured homeserver
[win-arm64] › playwright\e2e\launch\launch.spec.ts:39:5 › App launch › should launch and render the welcome view successfully
[win-arm64] › playwright\e2e\launch\launch.spec.ts:44:5 › App launch › should launch and render the welcome view successfully and support seshat
[win-arm64] › playwright\e2e\launch\launch.spec.ts:56:9 › App launch › safeStorage › should be supported
[win-arm64] › playwright\e2e\launch\launch.spec.ts:83:13 › App launch › safeStorage › migrate from keytar › should migrate successfully
[win-arm64] › playwright\e2e\launch\oidc.spec.ts:29:5 › OIDC Native › should use OIDC callback URL without authority component
1 skipped
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
blob-report-linux-amd64-sqlcipher-system
Expired
|
91.3 KB |
sha256:63a95f263dc19adebcb43efc4087eda5ca5dd3bbff0ab2801185851d58f2f634
|
|
blob-report-macos
Expired
|
92.6 KB |
sha256:1be91bfbfcaaac9a5458a13935c7f16c6dcdc2b4f08a35ca4270754a980b56d5
|
|
blob-report-win-arm64
Expired
|
105 KB |
sha256:a9e5ded438b5971ba7d0e370f9d11bc4600edfc412564dcdae76164be5e1b553
|
|
html-report
Expired
|
806 KB |
sha256:7d8de37ada93484da6febca9b3e4aa18c84737a2860af5e0d6220c94c7cbd064
|
|
linux-amd64-sqlcipher-static
Expired
|
259 MB |
sha256:6c096ac3dc8c938693b6e392dfaec567b9ef59b1a55dd95ae58e94457ebcddd6
|
|
linux-amd64-sqlcipher-system
Expired
|
256 MB |
sha256:10eccd00b9a2c4cc4c0bea3b21d8c75205dac86224651382b6e69257cb791641
|
|
linux-arm64-sqlcipher-static
Expired
|
265 MB |
sha256:64f19f6de8b7cccd241af5646178c1651e9348742f60e4b9a3b43b0463575bf8
|
|
linux-arm64-sqlcipher-system
Expired
|
263 MB |
sha256:ee657769aed59c7915daee7c57ce78b412e7e091fab51aa2658682224d6a863d
|
|
macos
Expired
|
477 MB |
sha256:a1e380d0bd1ae62440fc3e86f3c057305ce474f9497b44b1c282fc467b5b088b
|
|
webapp
Expired
|
35.8 MB |
sha256:6260184cbf8eaa91c47bfe500ae40a208cfa07270bd95f63184f3f4df6e79519
|
|
win-arm64
Expired
|
616 MB |
sha256:e63d5f7b3fedfdeeea1a014a17c896c3ab8d65bfb2f5186fdcfb59c75ece464a
|
|
win-ia32
Expired
|
590 MB |
sha256:2e343256a2e6127859e486a4dfab6af9eb7acb17f52533ab5091bc015997f543
|
|
win-x64
Expired
|
621 MB |
sha256:bc8c667bbaccfb9370c5833e8168efe1957ebc5170f52eded5d24f0d3e518af1
|
|