Remove manual device verification which is not supported by the new cryptography stack #2834
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/crypto/event-shields.spec.ts#L309
1) crypto/event-shields.spec.ts:274:13 › Cryptography › event shields › should show correct shields on events sent by devices which have since been deleted
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.mx_EventTile').filter({ hasText: 'test encrypted from verified' }).locator('.mx_EventTile_e2eIcon')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.mx_EventTile').filter({ hasText: 'test encrypted from verified' }).locator('.mx_EventTile_e2eIcon')
9 × locator resolved to <div tabindex="0" aria-labelledby=":r86:" aria-label="State of the end-to-end encryption" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
307 |
308 | const penultimate = page.locator(".mx_EventTile").filter({ hasText: "test encrypted from verified" });
> 309 | await expect(penultimate.locator(".mx_EventTile_e2eIcon")).not.toBeVisible();
| ^
310 | });
311 |
312 | test("should show correct shields on events sent by users with changed identity", async ({
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/event-shields.spec.ts:309:76
|
Run Playwright tests:
composer/RTE.spec.ts#L1
composer/RTE.spec.ts took 1.3m
|
Run Playwright tests:
audio-player/audio-player.spec.ts#L1
audio-player/audio-player.spec.ts took 1.3m
|
Run Playwright tests:
crypto/crypto.spec.ts#L1
crypto/crypto.spec.ts took 1.1m
|
Run Playwright tests:
crypto/decryption-failure-messages.spec.ts#L1
crypto/decryption-failure-messages.spec.ts took 53.9s
|
Run Playwright tests:
crypto/device-verification.spec.ts#L1
crypto/device-verification.spec.ts took 47.1s
|
Run Playwright tests
1 flaky
crypto/event-shields.spec.ts:274:13 › Cryptography › event shields › should show correct shields on events sent by devices which have since been deleted
78 passed (12.5m)
|
Loading