End to End Tests #3557
Annotations
3 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/oidc/oidc-native.spec.ts#L1
1) [Chrome] › oidc/oidc-native.spec.ts:17:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
playwright/e2e/oidc/oidc-native.spec.ts#L19
1) [Chrome] › oidc/oidc-native.spec.ts:17:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit
Error: page.waitForRequest: Test timeout of 90000ms exceeded.
17 | test("can register the oauth2 client and an account", async ({ context, page, homeserver, mailhog, mas }) => {
18 | const tokenUri = `http://localhost:${mas.port}/oauth2/token`;
> 19 | const tokenApiPromise = page.waitForRequest(
| ^
20 | (request) => request.url() === tokenUri && request.postDataJSON()["grant_type"] === "authorization_code",
21 | );
22 |
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:19:38
|
Run Playwright tests:
playwright/e2e/pinned-messages/index.ts#L158
2) [Chrome] › pinned-messages/pinned-messages.spec.ts:13:9 › Pinned messages › should show the empty state when there are no pinned messages @screenshot
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('menuitem', { name: 'Pinned messages' })
Expected string: "Pinned messages0"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('menuitem', { name: 'Pinned messages' })
at pinned-messages/index.ts:158
156 | */
157 | async assertPinnedCountInRoomInfo(count: number) {
> 158 | await expect(this.page.getByRole("menuitem", { name: "Pinned messages" })).toHaveText(
| ^
159 | `Pinned messages${count}`,
160 | );
161 | }
at Helpers.assertPinnedCountInRoomInfo (/home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/index.ts:158:84)
at /home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/pinned-messages.spec.ts:19:24
|
Run Playwright tests:
[Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 2.2m
|
Run Playwright tests:
[Chrome] › login/login.spec.ts#L1
[Chrome] › login/login.spec.ts took 1.0m
|
Run Playwright tests:
[Chrome] › knock/knock-into-room.spec.ts#L1
[Chrome] › knock/knock-into-room.spec.ts took 37.0s
|
Run Playwright tests:
[Chrome] › integration-manager/read_events.spec.ts#L1
[Chrome] › integration-manager/read_events.spec.ts took 36.2s
|
Run Playwright tests:
[Chrome] › polls/polls.spec.ts#L1
[Chrome] › polls/polls.spec.ts took 33.2s
|
Run Playwright tests
2 flaky
[Chrome] › oidc/oidc-native.spec.ts:17:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit
[Chrome] › pinned-messages/pinned-messages.spec.ts:13:9 › Pinned messages › should show the empty state when there are no pinned messages @screenshot
1 skipped
75 passed (11.9m)
|
Loading