Shun Miyazawa hai 1 ano
pai
achega
db9dbfd83c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/app/playwright/utils/CollapseSidebar.ts

+ 1 - 1
apps/app/playwright/utils/CollapseSidebar.ts

@@ -9,7 +9,7 @@ export const collapseSidebar = async(page: Page, isCollapsed: boolean): Promise<
   const collapseSidebarToggle = page.getByTestId('btn-toggle-collapse');
   const collapseSidebarToggle = page.getByTestId('btn-toggle-collapse');
   await expect(collapseSidebarToggle).toBeVisible();
   await expect(collapseSidebarToggle).toBeVisible();
 
 
-  collapseSidebarToggle.click();
+  await collapseSidebarToggle.click();
 
 
   const grwSidebarDoc = page.getByTestId('grw-sidebar-doc');
   const grwSidebarDoc = page.getByTestId('grw-sidebar-doc');