New UX for Share dialog #2915
Annotations
4 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/index.ts#L157
2) pinned-messages/pinned-messages.spec.ts:43:9 › Pinned messages › should pin messages and show them in the room info panel
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('menuitem', { name: 'Pinned messages' })
Expected string: "Pinned messages3"
Received string: "Pinned messages2"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('menuitem', { name: 'Pinned messages' })
9 × locator resolved to <button role="menuitem" data-kind="primary" class="_item_8j2l6_17 _interactive_8j2l6_35">…</button>
- unexpected value "Pinned messages2"
at pinned-messages/index.ts:157
155 | */
156 | async assertPinnedCountInRoomInfo(count: number) {
> 157 | await expect(this.page.getByRole("menuitem", { name: "Pinned messages" })).toHaveText(
| ^
158 | `Pinned messages${count}`,
159 | );
160 | }
at Helpers.assertPinnedCountInRoomInfo (/home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/index.ts:157:84)
at /home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/pinned-messages.spec.ts:49:20
|
Run Playwright tests:
playwright/e2e/pinned-messages/index.ts#L182
3) pinned-messages/pinned-messages.spec.ts:52:9 › Pinned messages › should pin messages and show them in the pinned message panel
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('#mx_RightPanel').getByRole('heading', { name: 'Pinned messages' })
Expected string: "3 Pinned messages"
Received string: "2 Pinned messages"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('#mx_RightPanel').getByRole('heading', { name: 'Pinned messages' })
9 × locator resolved to <p role="heading" class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 mx_BaseCard_header_title_heading">2 Pinned messages</p>
- unexpected value "2 Pinned messages"
at pinned-messages/index.ts:182
180 | async assertPinnedMessagesList(messages: string[]) {
181 | const rightPanel = this.getRightPanel();
> 182 | await expect(rightPanel.getByRole("heading", { name: "Pinned messages" })).toHaveText(
| ^
183 | `${messages.length} Pinned messages`,
184 | );
185 |
at Helpers.assertPinnedMessagesList (/home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/index.ts:182:84)
at /home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/pinned-messages.spec.ts:60:20
|
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.8s
|
Run Playwright tests:
integration-manager/read_events.spec.ts#L1
integration-manager/read_events.spec.ts took 36.3s
|
Run Playwright tests:
polls/polls.spec.ts#L1
polls/polls.spec.ts took 35.3s
|
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:43:9 › Pinned messages › should pin messages and show them in the room info panel
pinned-messages/pinned-messages.spec.ts:52:9 › Pinned messages › should pin messages and show them in the pinned message panel
1 skipped
75 passed (13.1m)
|
Loading