element-web-notify #5405
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/pinned-messages/index.ts#L148
1) [Chrome] › playwright/e2e/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:148
146 | */
147 | async assertPinnedCountInRoomInfo(count: number) {
> 148 | await expect(this.page.getByRole("menuitem", { name: "Pinned messages" })).toHaveText(
| ^
149 | `Pinned messages${count}`,
150 | );
151 | }
at Helpers.assertPinnedCountInRoomInfo (/home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/index.ts:148:84)
at /home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/pinned-messages.spec.ts:19:24
|
Run Playwright tests:
[Chrome] › playwright/e2e/messages/messages.spec.ts#L1
[Chrome] › playwright/e2e/messages/messages.spec.ts took 57.0s
|
Run Playwright tests:
[Chrome] › playwright/e2e/read-receipts/editing-messages-in-threads.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/editing-messages-in-threads.spec.ts took 38.2s
|
Run Playwright tests:
[Chrome] › playwright/e2e/read-receipts/editing-messages-main-timeline.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/editing-messages-main-timeline.spec.ts took 37.8s
|
Run Playwright tests:
[Chrome] › playwright/e2e/invite/invite-dialog.spec.ts#L1
[Chrome] › playwright/e2e/invite/invite-dialog.spec.ts took 24.4s
|
Run Playwright tests:
[Chrome] › playwright/e2e/knock/knock-into-room.spec.ts#L1
[Chrome] › playwright/e2e/knock/knock-into-room.spec.ts took 20.2s
|
Run Playwright tests
1 flaky
[Chrome] › playwright/e2e/pinned-messages/pinned-messages.spec.ts:13:9 › Pinned messages › should show the empty state when there are no pinned messages @screenshot
2 skipped
79 passed (6.0m)
|
Loading