Provide a way to activate GIFs via the keyboard for a11y #2887
Annotations
5 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/oidc/oidc-native.spec.ts#L1
1) oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account ───
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
playwright/e2e/oidc/oidc-native.spec.ts#L23
1) oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account ───
Error: page.waitForRequest: Test timeout of 90000ms exceeded.
21 | test("can register the oauth2 client and an account", async ({ context, page, homeserver, mailhog, mas }) => {
22 | const tokenUri = `http://localhost:${mas.port}/oauth2/token`;
> 23 | const tokenApiPromise = page.waitForRequest(
| ^
24 | (request) => request.url() === tokenUri && request.postDataJSON()["grant_type"] === "authorization_code",
25 | );
26 |
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:23:38
|
Run Playwright tests:
playwright/e2e/pinned-messages/pinned-messages.spec.ts#L1
2) pinned-messages/pinned-messages.spec.ts:138:9 › Pinned messages › should open the pinned messages list from the banner
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/pinned-messages/pinned-messages.spec.ts#L143
2) pinned-messages/pinned-messages.spec.ts:138:9 › Pinned messages › should open the pinned messages list from the banner
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'View all' })
141 | await util.pinMessages(["Msg1", "Msg2"]);
142 |
> 143 | await util.getViewAllButton().click();
| ^
144 | await util.assertPinnedMessagesList(["Msg1", "Msg2"]);
145 |
146 | await expect(util.getCloseListButton()).toBeVisible();
at /home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/pinned-messages.spec.ts:143:39
|
Run Playwright tests:
playwright/e2e/pinned-messages/pinned-messages.spec.ts#L154
3) pinned-messages/pinned-messages.spec.ts:149:9 › Pinned messages › banner should listen to pinned message list
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'View all' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'View all' })
152 | await util.pinMessages(["Msg1", "Msg2"]);
153 |
> 154 | await expect(util.getViewAllButton()).toBeVisible();
| ^
155 |
156 | await util.openRoomInfo();
157 | await util.openPinnedMessagesList();
at /home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/pinned-messages.spec.ts:154:47
|
Run Playwright tests:
messages/messages.spec.ts#L1
messages/messages.spec.ts took 2.3m
|
Run Playwright tests:
login/login.spec.ts#L1
login/login.spec.ts took 1.1m
|
Run Playwright tests:
knock/knock-into-room.spec.ts#L1
knock/knock-into-room.spec.ts took 39.9s
|
Run Playwright tests:
integration-manager/read_events.spec.ts#L1
integration-manager/read_events.spec.ts took 35.9s
|
Run Playwright tests:
knock/manage-knocks.spec.ts#L1
knock/manage-knocks.spec.ts took 30.5s
|
Run Playwright tests
3 flaky
oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account ────
pinned-messages/pinned-messages.spec.ts:138:9 › Pinned messages › should open the pinned messages list from the banner
pinned-messages/pinned-messages.spec.ts:149:9 › Pinned messages › banner should listen to pinned message list
1 skipped
71 passed (12.7m)
|
Loading