Implement Playwright tests to ensure calls persist across room switches #13206
Annotations
1 error and 1 notice
|
Run Playwright tests:
playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts#L157
1) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:113:13 › Room list filters and sort › Scroll behaviour › should scroll to the top of list when filter is applied and active room is not in filtered list
Error: expect(received).toStrictEqual(expected) // deep equality
Expected: false
Received: true
155 | .getByRole("listbox", { name: "Room list", exact: true })
156 | .evaluate((e) => e.scrollTop !== 0);
> 157 | expect(isScrolledDown).toStrictEqual(false);
| ^
158 | });
159 | });
160 |
at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:157:36
|
|
Run Playwright tests
1 flaky
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:113:13 › Room list filters and sort › Scroll behaviour › should scroll to the top of list when filter is applied and active room is not in filtered list
75 passed (7.7m)
|
Loading