This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
upstream-sdk-notify #9656
Annotations
6 errors, 3 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L1
1) [Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread
Test timeout of 30000ms exceeded.
|
matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L1
1) [Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L590
1) [Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('.mx_RoomView')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomView')
at read-receipts/index.ts:590
588 | await this.page.reload();
589 | // Wait for the app to reload
> 590 | await expect(this.page.locator(".mx_RoomView")).toBeVisible();
| ^
591 | }
592 |
593 | /**
at Helpers.saveAndReload (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:590:57)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts:323:13
|
matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L1
1) [Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L532
1) [Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at read-receipts/index.ts:532
530 | // If we've just entered the room, the threads panel takes a while to decide
531 | // whether it's open or not - wait here to give it a chance to settle.
> 532 | await this.page.waitForTimeout(200);
| ^
533 |
534 | const ariaCurrent = await this.page.getByTestId("threadsButton").getAttribute("aria-current");
535 | if (ariaCurrent !== "true") {
at Helpers.openThreadList (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:532:25)
at Helpers.getThreadListTile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:558:20)
at Helpers.assertUnreadThread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:576:33)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts:336:24
|
|
matrix-react-sdk/[Rust Crypto] › read-receipts/new-messages.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › read-receipts/new-messages.spec.ts took 4.5m
|
matrix-react-sdk/[Rust Crypto] › read-receipts/editing-messages.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › read-receipts/editing-messages.spec.ts took 4.2m
|
matrix-react-sdk/[Rust Crypto] › polls/polls.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › polls/polls.spec.ts took 56.0s
|
|
This job failed
Loading