This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Update dependency is-ip to v5 #566
Annotations
10 errors, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/read-receipts/room-list-order.spec.ts#L1
1) read-receipts/room-list-order.spec.ts:15:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected
Test timeout of 30000ms exceeded.
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L600
1) read-receipts/room-list-order.spec.ts:15:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('treeitem', { name: /^Rooms/ })
at read-receipts/index.ts:600
598 | async toggleRoomListMenu() {
599 | const tile = this.getRoomListTile("Rooms");
> 600 | await tile.hover();
| ^
601 | const button = tile.getByLabel("List options");
602 | await button.click();
603 | }
at Helpers.toggleRoomListMenu (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:600:20)
at Helpers.toggleRoomUnreadOrder (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:609:20)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/room-list-order.spec.ts:25:24
|
matrix-react-sdk/playwright/e2e/read-receipts/room-list-order.spec.ts#L1
1) read-receipts/room-list-order.spec.ts:15:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L600
1) read-receipts/room-list-order.spec.ts:15:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('treeitem', { name: /^Rooms/ })
at read-receipts/index.ts:600
598 | async toggleRoomListMenu() {
599 | const tile = this.getRoomListTile("Rooms");
> 600 | await tile.hover();
| ^
601 | const button = tile.getByLabel("List options");
602 | await button.click();
603 | }
at Helpers.toggleRoomListMenu (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:600:20)
at Helpers.toggleRoomUnreadOrder (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:609:20)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/room-list-order.spec.ts:25:24
|
matrix-react-sdk/playwright/e2e/read-receipts/room-list-order.spec.ts#L1
1) read-receipts/room-list-order.spec.ts:15:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L600
1) read-receipts/room-list-order.spec.ts:15:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('treeitem', { name: /^Rooms/ })
at read-receipts/index.ts:600
598 | async toggleRoomListMenu() {
599 | const tile = this.getRoomListTile("Rooms");
> 600 | await tile.hover();
| ^
601 | const button = tile.getByLabel("List options");
602 | await button.click();
603 | }
at Helpers.toggleRoomListMenu (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:600:20)
at Helpers.toggleRoomUnreadOrder (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:609:20)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/room-list-order.spec.ts:25:24
|
matrix-react-sdk/playwright/e2e/read-receipts/room-list-order.spec.ts#L1
2) read-receipts/room-list-order.spec.ts:33:13 › Read receipts › Room list order › Rooms with unread threads appear at the top of room list if 'unread first' is selected
Test timeout of 30000ms exceeded.
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L446
2) read-receipts/room-list-order.spec.ts:33:13 › Read receipts › Room list order › Rooms with unread threads appear at the top of room list if 'unread first' is selected
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('treeitem', { name: /^Room Alpha/ })
at read-receipts/index.ts:446
444 | */
445 | async markAsRead(room: string | { name: string }) {
> 446 | await this.getRoomListTile(room).click({ button: "right" });
| ^
447 | await this.page.getByText("Mark as read").click();
448 | }
449 |
at Helpers.markAsRead (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:446:42)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/room-list-order.spec.ts:41:24
|
matrix-react-sdk/playwright/e2e/read-receipts/room-list-order.spec.ts#L1
2) read-receipts/room-list-order.spec.ts:33:13 › Read receipts › Room list order › Rooms with unread threads appear at the top of room list if 'unread first' is selected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L446
2) read-receipts/room-list-order.spec.ts:33:13 › Read receipts › Room list order › Rooms with unread threads appear at the top of room list if 'unread first' is selected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('treeitem', { name: /^Room Alpha/ })
at read-receipts/index.ts:446
444 | */
445 | async markAsRead(room: string | { name: string }) {
> 446 | await this.getRoomListTile(room).click({ button: "right" });
| ^
447 | await this.page.getByText("Mark as read").click();
448 | }
449 |
at Helpers.markAsRead (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:446:42)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/room-list-order.spec.ts:41:24
|
matrix-react-sdk/settings/account-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/account-user-settings-tab.spec.ts took 35.5s
|
matrix-react-sdk/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
matrix-react-sdk/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 28.8s
|
matrix-react-sdk/sliding-sync/sliding-sync.spec.ts#L1
matrix-react-sdk/sliding-sync/sliding-sync.spec.ts took 27.7s
|
matrix-react-sdk/register/register.spec.ts#L1
matrix-react-sdk/register/register.spec.ts took 24.3s
|
matrix-react-sdk/settings/preferences-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/preferences-user-settings-tab.spec.ts took 21.4s
|
34 failed
read-receipts/room-list-order.spec.ts:15:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected
read-receipts/room-list-order.spec.ts:33:13 › Read receipts › Room list order › Rooms with unread threads appear at the top of room list if 'unread first' is selected
regression-tests/pills-click-in-app.spec.ts:16:9 › Pills › should navigate clicks internally to the app
right-panel/file-panel.spec.ts:43:13 › FilePanel › render › should render empty state ──────────
right-panel/file-panel.spec.ts:51:13 › FilePanel › render › should list tiles on the panel ─────
right-panel/file-panel.spec.ts:136:13 › FilePanel › render › should render the audio player and play the audio file on the panel
right-panel/file-panel.spec.ts:169:13 › FilePanel › render › should render file size in kibibytes on a file tile
right-panel/file-panel.spec.ts:185:13 › FilePanel › download › should download an image via the link on the panel
right-panel/notification-panel.spec.ts:24:9 › NotificationPanel › should render empty state ────
right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name
right-panel/right-panel.spec.ts:65:13 › RightPanel › in rooms › should handle clicking add widgets
right-panel/right-panel.spec.ts:73:13 › RightPanel › in rooms › should handle viewing export chat
right-panel/right-panel.spec.ts:80:13 › RightPanel › in rooms › should handle viewing share room
right-panel/right-panel.spec.ts:87:13 › RightPanel › in rooms › should handle viewing room settings
right-panel/right-panel.spec.ts:95:13 › RightPanel › in rooms › should handle viewing files ────
right-panel/right-panel.spec.ts:106:13 › RightPanel › in rooms › should handle viewing room member
right-panel/right-panel.spec.ts:125:13 › RightPanel › in spaces › should handle viewing space member
room/room-header.spec.ts:23:13 › Room Header › with feature_notifications enabled › should render default buttons properly
room/room-header.spec.ts:54:13 › Room Header › with feature_notifications enabled › should render a very long room name without collapsing the buttons
room/room-header.spec.ts:102:17 › Room Header › with a video room › and with feature_notifications enabled › should render buttons for chat, room info, threads and facepile
room/room-header.spec.ts:128:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel
room/room.spec.ts:18:9 › Room Directory › should switch between existing dm rooms without a loader
room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread ────────
room-directory/room-directory.spec.ts:18:9 › Room Directory › should allow admin to add alias & publish room to directory
settings/general-room-settings-tab.spec.ts:23:9 › General room settings tab › should be rendered properly
settings/general-room-settings-tab.spec.ts:39:9 › General room settings tab › long address should not cause dialog to overflow
settings/roles-permissions-room-settings-tab.spec.ts:28:9 › Roles & Permissions room settings tab › should be able to change the role of a user
spaces/spaces.spec.ts:58:9 › Spaces › should allow user to create public space ─────────────────
spaces/spaces.spec.ts:91:9 › Spaces › should allow user to create private space ────────────────
spaces/spaces.spec.ts:132:9 › Spaces › should allow user to create just-me space ───────────────
spaces/spaces.spec.ts:160:9 › Spaces › should allow user to invite another to a space ──────────
spaces/spaces.spec.ts:198:9 › Spaces › should include rooms in space home ──────────────────────
spaces/spaces.spec.ts:263:9 › Spaces › should not soft crash when joining a room from space hierarchy which has a link in its topic
9 skip
|
This job failed
Loading