Enable key backup by default #3226
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/polls/polls.spec.ts#L285
1) [Chrome] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('.mx_ThreadView .mx_MPollBody_totalVotes').getByText('2 votes cast. Vote to see the results')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.mx_ThreadView .mx_MPollBody_totalVotes').getByText('2 votes cast. Vote to see the results')
283 | .locator(".mx_ThreadView .mx_MPollBody_totalVotes")
284 | .getByText("2 votes cast. Vote to see the results"),
> 285 | ).toBeAttached();
| ^
286 |
287 | // Take snapshots of poll on ThreadView
288 | await app.settings.setValue("layout", null, SettingLevel.DEVICE, Layout.Bubble);
at /home/runner/work/element-web/element-web/playwright/e2e/polls/polls.spec.ts:285:15
|
Run Playwright tests:
[Chrome] › right-panel/right-panel.spec.ts#L1
[Chrome] › right-panel/right-panel.spec.ts took 1.0m
|
Run Playwright tests:
[Chrome] › settings/account-user-settings-tab.spec.ts#L1
[Chrome] › settings/account-user-settings-tab.spec.ts took 48.5s
|
Run Playwright tests:
[Chrome] › right-panel/file-panel.spec.ts#L1
[Chrome] › right-panel/file-panel.spec.ts took 42.2s
|
Run Playwright tests:
[Chrome] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
[Chrome] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 35.5s
|
Run Playwright tests:
[Chrome] › room/room-header.spec.ts#L1
[Chrome] › room/room-header.spec.ts took 30.2s
|
Run Playwright tests
1 flaky
[Chrome] › polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel @screenshot
1 skipped
50 passed (7.7m)
|
Loading