Shun Miyazawa пре 4 година
родитељ
комит
b7d2db5df6

+ 0 - 9
packages/app/test/cypress/integration/2-basic-features/open-presentation-modal.spec.ts

@@ -25,9 +25,6 @@ context('Open presentation modal', () => {
 
 
     cy.get('#grw-subnav-container').within(() => {
     cy.get('#grw-subnav-container').within(() => {
       cy.getByTestid('open-page-item-control-btn').click({force: true})
       cy.getByTestid('open-page-item-control-btn').click({force: true})
-    });
-
-    cy.get('#grw-subnav-container').within(() => {
       cy.getByTestid('open-presentation-modal-btn').click({force: true})
       cy.getByTestid('open-presentation-modal-btn').click({force: true})
     });
     });
 
 
@@ -41,9 +38,6 @@ context('Open presentation modal', () => {
 
 
     cy.get('#grw-subnav-container').within(() => {
     cy.get('#grw-subnav-container').within(() => {
       cy.getByTestid('open-page-item-control-btn').click({force: true})
       cy.getByTestid('open-page-item-control-btn').click({force: true})
-    });
-
-    cy.get('#grw-subnav-container').within(() => {
       cy.getByTestid('open-presentation-modal-btn').click({force: true})
       cy.getByTestid('open-presentation-modal-btn').click({force: true})
     });
     });
 
 
@@ -57,9 +51,6 @@ context('Open presentation modal', () => {
 
 
     cy.get('#grw-subnav-container').within(() => {
     cy.get('#grw-subnav-container').within(() => {
       cy.getByTestid('open-page-item-control-btn').click({force: true})
       cy.getByTestid('open-page-item-control-btn').click({force: true})
-    });
-
-    cy.get('#grw-subnav-container').within(() => {
       cy.getByTestid('open-presentation-modal-btn').click({force: true})
       cy.getByTestid('open-presentation-modal-btn').click({force: true})
     });
     });