End to End Tests #6668
Annotations
6 errors and 1 notice
playwright/e2e/left-panel/room-list-panel/room-list.spec.ts#L260
1) [Firefox] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:247:13 › Room list › Notification decoration › should render silent decoration @screenshot
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('room-list').getByRole('gridcell', { name: 'silent' }).getByTestId('notification-decoration')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('room-list').getByRole('gridcell', { name: 'silent' }).getByTestId('notification-decoration')
258 |
259 | const room = roomListView.getByRole("gridcell", { name: "silent" });
> 260 | await expect(room.getByTestId("notification-decoration")).toBeVisible();
| ^
261 | await expect(room).toMatchScreenshot("room-list-item-silent.png");
262 | });
263 | });
at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:260:71
|
playwright/e2e/left-panel/room-list-panel/room-list.spec.ts#L260
1) [Firefox] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:247:13 › Room list › Notification decoration › should render silent decoration @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('room-list').getByRole('gridcell', { name: 'silent' }).getByTestId('notification-decoration')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('room-list').getByRole('gridcell', { name: 'silent' }).getByTestId('notification-decoration')
258 |
259 | const room = roomListView.getByRole("gridcell", { name: "silent" });
> 260 | await expect(room.getByTestId("notification-decoration")).toBeVisible();
| ^
261 | await expect(room).toMatchScreenshot("room-list-item-silent.png");
262 | });
263 | });
at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:260:71
|
playwright/e2e/left-panel/room-list-panel/room-list.spec.ts#L260
1) [Firefox] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:247:13 › Room list › Notification decoration › should render silent decoration @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('room-list').getByRole('gridcell', { name: 'silent' }).getByTestId('notification-decoration')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('room-list').getByRole('gridcell', { name: 'silent' }).getByTestId('notification-decoration')
258 |
259 | const room = roomListView.getByRole("gridcell", { name: "silent" });
> 260 | await expect(room.getByTestId("notification-decoration")).toBeVisible();
| ^
261 | await expect(room).toMatchScreenshot("room-list-item-silent.png");
262 | });
263 | });
at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:260:71
|
playwright/e2e/crypto/device-verification.spec.ts#L96
2) [Firefox] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: "route.fetch: Test ended." while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
94 | await route.fulfill({ json: {} });
95 | await new Promise((f) => setTimeout(f, 1000));
> 96 | await route.fetch();
| ^
97 | });
98 |
99 | await logIntoElement(page, credentials);
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:96:25
|
playwright/e2e/crypto/utils.ts#L40
2) [Firefox] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: page.goto: Test ended.
Call log:
- navigating to "http://localhost:8080/#/login", waiting until "load"
at crypto/utils.ts:40
38 | ): Promise<{ botClient: Bot; recoveryKey: GeneratedSecretStorageKey; expectedBackupVersion: string }> {
39 | // Visit the login page of the app, to load the matrix sdk
> 40 | await page.goto("/#/login");
| ^
41 |
42 | // wait for the page to load
43 | await page.waitForSelector(".mx_AuthPage", { timeout: 30000 });
at createBot (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:40:16)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:33:36
|
|
1 failed
[Firefox] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:247:13 › Room list › Notification decoration › should render silent decoration @screenshot
1 flaky
[Firefox] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
11 skipped
137 passed (18.7m)
|
The logs for this run have expired and are no longer available.
Loading