Procházet zdrojové kódy

waitUntilSaving = true

Shun Miyazawa před 2 roky
rodič
revize
3826929982

+ 1 - 1
apps/app/test/cypress/e2e/50-sidebar/50-sidebar--access-to-side-bar.cy.ts

@@ -22,7 +22,7 @@ describe('Access to sidebar', () => {
         cy.visit('/');
         cy.visit('/');
 
 
         // Since this is a sidebar test, call collapseSidebar in beforeEach.
         // Since this is a sidebar test, call collapseSidebar in beforeEach.
-        cy.collapseSidebar(false);
+        cy.collapseSidebar(false, true);
       });
       });
 
 
       describe('Test show/collapse button', () => {
       describe('Test show/collapse button', () => {