New memberlist #3442
Annotations
10 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:
playwright/e2e/crypto/dehydration.spec.ts#L96
2) [Chrome] › crypto/dehydration.spec.ts:52:5 › Dehydration › Create dehydrated device ───────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_MemberList')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_MemberList')
94 |
95 | await page.locator(".mx_RightPanel").getByRole("menuitem", { name: "People" }).click();
> 96 | await expect(page.locator(".mx_MemberList")).toBeVisible();
| ^
97 |
98 | await getMemberTileByName(page, NAME).click();
99 | await page.locator(".mx_UserInfo_devices .mx_UserInfo_expand").click();
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:96:54
|
Run Playwright tests:
playwright/e2e/crypto/dehydration.spec.ts#L96
2) [Chrome] › crypto/dehydration.spec.ts:52:5 › Dehydration › Create dehydrated device ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_MemberList')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_MemberList')
94 |
95 | await page.locator(".mx_RightPanel").getByRole("menuitem", { name: "People" }).click();
> 96 | await expect(page.locator(".mx_MemberList")).toBeVisible();
| ^
97 |
98 | await getMemberTileByName(page, NAME).click();
99 | await page.locator(".mx_UserInfo_devices .mx_UserInfo_expand").click();
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:96:54
|
Run Playwright tests:
playwright/e2e/crypto/dehydration.spec.ts#L96
2) [Chrome] › crypto/dehydration.spec.ts:52:5 › Dehydration › Create dehydrated device ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_MemberList')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_MemberList')
94 |
95 | await page.locator(".mx_RightPanel").getByRole("menuitem", { name: "People" }).click();
> 96 | await expect(page.locator(".mx_MemberList")).toBeVisible();
| ^
97 |
98 | await getMemberTileByName(page, NAME).click();
99 | await page.locator(".mx_UserInfo_devices .mx_UserInfo_expand").click();
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:96:54
|
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/decryption-failure-messages.spec.ts#L1
[Chrome] › crypto/decryption-failure-messages.spec.ts took 1.0m
|
Run Playwright tests:
[Chrome] › crypto/crypto.spec.ts#L1
[Chrome] › crypto/crypto.spec.ts took 59.3s
|
Run Playwright tests:
[Chrome] › crypto/device-verification.spec.ts#L1
[Chrome] › crypto/device-verification.spec.ts took 43.5s
|
Run Playwright tests
2 failed
[Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
[Chrome] › crypto/dehydration.spec.ts:52:5 › Dehydration › Create dehydrated device ────────────
54 passed (10.1m)
|
Loading