Update dependency @vector-im/compound-design-tokens to v8 #113
Annotations
1 error and 1 notice
|
Run Playwright tests:
apps/web/playwright/e2e/crypto/backups-mas.spec.ts#L110
1) [Chrome] › playwright/e2e/crypto/backups-mas.spec.ts:67:5 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere
Error: expect(locator).toHaveAccessibleName(expected) failed
Locator: locator('.mx_RoomView_MessageList > .mx_EventTile_last').getByRole('status')
Expected: "Your message was sent"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveAccessibleName" with timeout 5000ms
- waiting for locator('.mx_RoomView_MessageList > .mx_EventTile_last').getByRole('status')
2 × locator resolved to <div role="status" aria-labelledby="_r_70_" class="mx_ReadReceiptGroup_button">…</div>
- unexpected value "Encrypting your message…"
- locator resolved to <div role="status" aria-labelledby="_r_70_" class="mx_ReadReceiptGroup_button">…</div>
- unexpected value "Sending your message…"
108 | await expect(
109 | page.locator(".mx_RoomView_MessageList > .mx_EventTile_last").getByRole("status"),
> 110 | ).toHaveAccessibleName("Your message was sent");
| ^
111 |
112 | // Wait for it to try uploading the key
113 | await page.clock.fastForward(20000);
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/crypto/backups-mas.spec.ts:110:11
|
|
Run Playwright tests
1 flaky
[Chrome] › playwright/e2e/crypto/backups-mas.spec.ts:67:5 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere
116 passed (13.8m)
|
Loading