소스 검색

Update use-tools.spec.ts

mudana 3 년 전
부모
커밋
4b7cee88e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/test/cypress/integration/20-basic-features/use-tools.spec.ts

+ 1 - 1
packages/app/test/cypress/integration/20-basic-features/use-tools.spec.ts

@@ -194,7 +194,7 @@ context('Tag Oprations', () =>{
     cy.getByTestid('search-result-content').should('be.visible');
     cy.screenshot(`${ssPrefix}1-click-tag-name`, {capture: 'viewport'});
 
-    cy.getByTestid('open-page-item-control-btn').first().click();
+    cy.getByTestid('open-page-item-control-btn').first().click({force: true});
     cy.screenshot(`${ssPrefix}2-click-three-dots-menu`, {capture: 'viewport'});
 
     cy.getByTestid('open-page-duplicate-modal-btn').first().click({force: true});