This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #11427
Annotations
1 error, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/login/login.spec.ts#L41
1) login/login.spec.ts:33:13 › Login › Password login › Loads the welcome page by default; then logs in with an existing account and lands on the home screen
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Welcome to Element!' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Welcome to Element!' })
39 |
40 | // Should give us the welcome page initially
> 41 | await expect(page.getByRole("heading", { name: "Welcome to Element!" })).toBeVisible();
| ^
42 |
43 | // Start the login process
44 | await page.getByRole("link", { name: "Sign in" }).click();
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/login.spec.ts:41:86
|
matrix-react-sdk/messages/messages.spec.ts#L1
matrix-react-sdk/messages/messages.spec.ts took 1.8m
|
matrix-react-sdk/read-receipts/editing-messages-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-main-timeline.spec.ts took 1.1m
|
matrix-react-sdk/read-receipts/editing-messages-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-in-threads.spec.ts took 1.1m
|
matrix-react-sdk/integration-manager/read_events.spec.ts#L1
matrix-react-sdk/integration-manager/read_events.spec.ts took 42.0s
|
matrix-react-sdk/knock/knock-into-room.spec.ts#L1
matrix-react-sdk/knock/knock-into-room.spec.ts took 36.8s
|
|
The logs for this run have expired and are no longer available.
Loading