matrix-react-sdk End to End Tests #1824
Annotations
1 error, 5 warnings, and 1 notice
playwright/e2e/login/login.spec.ts#L220
1) login/login.spec.ts:199:21 › Login › Password login › verification after login › with force_verification on › Shows unskippable verification prompt after login if signing keys are set up
Error: expect(locator).not.toBeVisible()
Locator: getByRole('heading', { name: 'Verify this device', level: 1 }).locator('.mx_CompleteSecurity_skip')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Verify this device', level: 1 }).locator('.mx_CompleteSecurity_skip')
218 | await expect(h1).toBeVisible();
219 |
> 220 | expect(h1.locator(".mx_CompleteSecurity_skip")).not.toBeVisible();
| ^
221 | });
222 | });
223 | });
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/login/login.spec.ts:220:73
|
messages/messages.spec.ts#L1
messages/messages.spec.ts took 2.5m
|
pinned-messages/pinned-messages.spec.ts#L1
pinned-messages/pinned-messages.spec.ts took 1.8m
|
integration-manager/read_events.spec.ts#L1
integration-manager/read_events.spec.ts took 40.7s
|
knock/knock-into-room.spec.ts#L1
knock/knock-into-room.spec.ts took 40.1s
|
polls/polls.spec.ts#L1
polls/polls.spec.ts took 36.9s
|
|
The logs for this run have expired and are no longer available.
Loading