matrix-react-sdk End to End Tests #4948
Annotations
1 error and 1 notice
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L569
1) [Chrome] › playwright/e2e/read-receipts/new-messages-in-threads.spec.ts:89:13 › Read receipts › new messages › in threads › Reading an older thread message leaves the thread unread @mergequeue
Error: expect(locator).toBeVisible() failed
Locator: locator('.mx_ThreadPanel li').filter({ hasText: 'ThreadRoot' }).locator('.mx_NotificationBadge')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('.mx_ThreadPanel li').filter({ hasText: 'ThreadRoot' }).locator('.mx_NotificationBadge')
at read-receipts/index.ts:569
567 | async assertUnreadThread(rootMessage: string) {
568 | const tile = await this.getThreadListTile(rootMessage);
> 569 | await expect(tile.locator(".mx_NotificationBadge")).toBeVisible();
| ^
570 | }
571 |
572 | /**
at Helpers.assertUnreadThread (/home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/read-receipts/index.ts:569:61)
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/read-receipts/new-messages-in-threads.spec.ts:111:17
|
|
Run Playwright tests
1 flaky
[Chrome] › playwright/e2e/read-receipts/new-messages-in-threads.spec.ts:89:13 › Read receipts › new messages › in threads › Reading an older thread message leaves the thread unread @mergequeue
44 skipped
58 passed (8.6m)
|
Loading