test(app): expand limited sidebar group in scroll coverage

This commit is contained in:
Mohamed Boudra
2026-07-22 00:15:58 +02:00
parent 21d9bdc644
commit 4a4556f499

View File

@@ -219,6 +219,7 @@ test.describe("Half-screen desktop layout", () => {
}
await gotoAppShell(page);
await page.getByTestId(`sidebar-project-show-more-${workspace.projectId}`).click();
await waitForSidebarWorkspace(page, lastWorkspaceId);
const sidebarScroll = page.getByTestId("sidebar-project-workspace-list-scroll");