End to End Tests #4933
Annotations
10 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/read-receipts/room-list-order.spec.ts#L1
1) [Firefox] › 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 @mergequeue
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L594
1) [Firefox] › 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 @mergequeue
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('treeitem', { name: /^Rooms/ })
- locator resolved to <div aria-level="1" role="treeitem" aria-label="Rooms" aria-expanded="true" aria-selected="false" class="mx_RoomSublist_headerContainer mx_RoomSublist_headerContainer_withAux">…</div>
- attempting hover action
2 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 20ms
2 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 100ms
44 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 500ms
at read-receipts/index.ts:594
592 | async toggleRoomListMenu() {
593 | const tile = this.getRoomListTile("Rooms");
> 594 | await tile.hover();
| ^
595 | const button = tile.getByLabel("List options");
596 | await button.click();
597 | }
at Helpers.toggleRoomListMenu (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:594:20)
at Helpers.toggleRoomUnreadOrder (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:603:20)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/room-list-order.spec.ts:25:24
|
Run Playwright tests:
playwright/e2e/read-receipts/room-list-order.spec.ts#L1
1) [Firefox] › 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 @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L594
1) [Firefox] › 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 @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('treeitem', { name: /^Rooms/ })
- locator resolved to <div aria-level="1" role="treeitem" aria-label="Rooms" aria-expanded="true" aria-selected="false" class="mx_RoomSublist_headerContainer mx_RoomSublist_headerContainer_withAux">…</div>
- attempting hover action
2 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 20ms
2 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 100ms
34 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 500ms
- waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
at read-receipts/index.ts:594
592 | async toggleRoomListMenu() {
593 | const tile = this.getRoomListTile("Rooms");
> 594 | await tile.hover();
| ^
595 | const button = tile.getByLabel("List options");
596 | await button.click();
597 | }
at Helpers.toggleRoomListMenu (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:594:20)
at Helpers.toggleRoomUnreadOrder (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:603:20)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/room-list-order.spec.ts:25:24
|
Run Playwright tests:
playwright/e2e/read-receipts/room-list-order.spec.ts#L1
1) [Firefox] › 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 @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L594
1) [Firefox] › 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 @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('treeitem', { name: /^Rooms/ })
- locator resolved to <div aria-level="1" role="treeitem" aria-label="Rooms" aria-expanded="true" aria-selected="false" class="mx_RoomSublist_headerContainer mx_RoomSublist_headerContainer_withAux">…</div>
- attempting hover action
2 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 20ms
2 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 100ms
36 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 500ms
at read-receipts/index.ts:594
592 | async toggleRoomListMenu() {
593 | const tile = this.getRoomListTile("Rooms");
> 594 | await tile.hover();
| ^
595 | const button = tile.getByLabel("List options");
596 | await button.click();
597 | }
at Helpers.toggleRoomListMenu (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:594:20)
at Helpers.toggleRoomUnreadOrder (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:603:20)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/room-list-order.spec.ts:25:24
|
Run Playwright tests:
playwright/e2e/read-receipts/room-list-order.spec.ts#L1
2) [Firefox] › 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 @mergequeue
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L594
2) [Firefox] › 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 @mergequeue
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('treeitem', { name: /^Rooms/ })
- locator resolved to <div aria-level="1" role="treeitem" aria-label="Rooms" aria-expanded="true" aria-selected="false" class="mx_RoomSublist_headerContainer mx_RoomSublist_headerContainer_withAux">…</div>
- attempting hover action
2 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 20ms
2 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 100ms
37 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 500ms
at read-receipts/index.ts:594
592 | async toggleRoomListMenu() {
593 | const tile = this.getRoomListTile("Rooms");
> 594 | await tile.hover();
| ^
595 | const button = tile.getByLabel("List options");
596 | await button.click();
597 | }
at Helpers.toggleRoomListMenu (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:594:20)
at Helpers.toggleRoomUnreadOrder (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:603:20)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/room-list-order.spec.ts:45:24
|
Run Playwright tests:
playwright/e2e/read-receipts/room-list-order.spec.ts#L1
2) [Firefox] › 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 @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L594
2) [Firefox] › 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 @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('treeitem', { name: /^Rooms/ })
- locator resolved to <div aria-level="1" role="treeitem" aria-label="Rooms" aria-expanded="true" aria-selected="false" class="mx_RoomSublist_headerContainer mx_RoomSublist_headerContainer_withAux">…</div>
- attempting hover action
2 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 20ms
2 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 100ms
35 × waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
- <button tabindex="0" role="button" data-size="sm" data-kind="secondary" class="_button_i91xf_17 _has-icon_i91xf_66">…</button> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying hover action
- waiting 500ms
at read-receipts/index.ts:594
592 | async toggleRoomListMenu() {
593 | const tile = this.getRoomListTile("Rooms");
> 594 | await tile.hover();
| ^
595 | const button = tile.getByLabel("List options");
596 | await button.click();
597 | }
at Helpers.toggleRoomListMenu (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:594:20)
at Helpers.toggleRoomUnreadOrder (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:603:20)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/room-list-order.spec.ts:45:24
|
Run Playwright tests:
[Firefox] › read-receipts/redactions-in-threads.spec.ts#L1
[Firefox] › read-receipts/redactions-in-threads.spec.ts took 2.4m
|
Run Playwright tests:
[Firefox] › read-receipts/redactions-main-timeline.spec.ts#L1
[Firefox] › read-receipts/redactions-main-timeline.spec.ts took 1.8m
|
Run Playwright tests:
[Firefox] › read-receipts/read-receipts.spec.ts#L1
[Firefox] › read-receipts/read-receipts.spec.ts took 1.2m
|
Run Playwright tests:
[Firefox] › read-receipts/reactions-in-threads.spec.ts#L1
[Firefox] › read-receipts/reactions-in-threads.spec.ts took 1.2m
|
Run Playwright tests:
[Firefox] › read-receipts/redactions-thread-roots.spec.ts#L1
[Firefox] › read-receipts/redactions-thread-roots.spec.ts took 48.6s
|
Run Playwright tests
5 failed
[Firefox] › 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 @mergequeue
[Firefox] › 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 @mergequeue
[Firefox] › room/room-header.spec.ts:108:17 › Room Header › with a video room › and with feature_notifications enabled › should render buttons for chat, room info, threads and facepile @screenshot
[Firefox] › room/room.spec.ts:18:9 › Room Directory › should switch between existing dm rooms without a loader
[Firefox] › room-directory/room-directory.spec.ts:58:9 › Room Directory › should allow finding published rooms in directory @screenshot
7 skipped
106 passed (21.9m)
|
Loading