e2e(server): pdf test affected by virtualization

This commit is contained in:
Elian Doran
2026-04-26 10:43:43 +03:00
parent 2955ab4f90
commit f84d050580
@@ -35,7 +35,6 @@ test("Page navigation works", async ({ page, context }) => {
// Check count is correct.
await expect(app.sidebar).toContainText("28 pages");
expect(await pagesList.locator(".pdf-page-item").count()).toBe(28);
// Go to page 3.
await pagesList.locator(".pdf-page-item").nth(2).click();