Support MSC4287 m.key_backup stable prefix as well as the unstable prefix #1483
Annotations
2 errors and 1 notice
|
Run Playwright tests:
apps/web/playwright/e2e/sliding-sync/sliding-sync.spec.ts#L279
1) [Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:225:5 › Sliding Sync › should show and be able to accept/reject/rescind invites
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('option', { name: 'Open room Room to Rescind' })
- locator resolved to <button type="button" tabindex="-1" role="option" aria-setsize="1" aria-posinset="1" data-state="closed" aria-haspopup="menu" aria-selected="false" aria-label="Open room Room to Rescind invitation." class="_flex_4dswl_9 _roomListItem_rtaba_8 mx_RoomListItemView _bold_rtaba_109 _firstItem_rtaba_123 _lastItem_rtaba_127">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- element was detached from the DOM, retrying
277 | );
278 |
> 279 | await page.getByRole("option", { name: "Open room Room to Rescind" }).click();
| ^
280 |
281 | await page.locator(".mx_RoomView").getByRole("button", { name: "Forget this room", exact: true }).click();
282 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:279:79
|
|
Run Playwright tests:
apps/web/playwright/e2e/sliding-sync/sliding-sync.spec.ts#L0
1) [Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:225:5 › Sliding Sync › should show and be able to accept/reject/rescind invites
Test timeout of 30000ms exceeded.
|
|
Run Playwright tests
1 flaky
[Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:225:5 › Sliding Sync › should show and be able to accept/reject/rescind invites
1 skipped
129 passed (11.1m)
|
Loading