Remove manual device verification which is not supported by the new cryptography stack #2945
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/pinned-messages/pinned-messages.spec.ts#L154
1) 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.4m
|
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 41.1s
|
Run Playwright tests:
integration-manager/read_events.spec.ts#L1
integration-manager/read_events.spec.ts took 39.5s
|
Run Playwright tests:
polls/polls.spec.ts#L1
polls/polls.spec.ts took 36.6s
|
Run Playwright tests
1 flaky
pinned-messages/pinned-messages.spec.ts:149:9 › Pinned messages › banner should listen to pinned message list
1 skipped
77 passed (11.6m)
|
Loading