Shun Miyazawa 4 년 전
부모
커밋
b7d2db5df6
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      packages/app/test/cypress/integration/2-basic-features/open-presentation-modal.spec.ts

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