asami-n 4 лет назад
Родитель
Сommit
e78e3cae65

+ 0 - 1
packages/app/test/cypress/integration/2-basic-features/open-page-delete-modal.spec.ts

@@ -19,7 +19,6 @@ context('Open Page Delete Modal', () => {
   beforeEach(() => {
   beforeEach(() => {
     if (connectSid != null) {
     if (connectSid != null) {
       cy.setCookie('connect.sid', connectSid);
       cy.setCookie('connect.sid', connectSid);
-      cy.visit('/');
     }
     }
   });
   });