Remove MatrixClient.requestVerification
call
#1580
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
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/element-web/element-web/playwright/e2e/login/login.spec.ts:220:73
|
Run Playwright tests:
messages/messages.spec.ts#L1
messages/messages.spec.ts took 2.1m
|
Run Playwright tests:
pinned-messages/pinned-messages.spec.ts#L1
pinned-messages/pinned-messages.spec.ts took 1.5m
|
Run Playwright tests:
knock/knock-into-room.spec.ts#L1
knock/knock-into-room.spec.ts took 34.7s
|
Run Playwright tests:
integration-manager/read_events.spec.ts#L1
integration-manager/read_events.spec.ts took 34.2s
|
Run Playwright tests:
polls/polls.spec.ts#L1
polls/polls.spec.ts took 32.5s
|
Run Playwright tests
1 flaky
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
1 skipped
77 passed (9.9m)
|
Loading