mudana 3 лет назад
Родитель
Сommit
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.getByTestid('search-result-content').should('be.visible');
     cy.screenshot(`${ssPrefix}1-click-tag-name`, {capture: 'viewport'});
     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.screenshot(`${ssPrefix}2-click-three-dots-menu`, {capture: 'viewport'});
 
 
     cy.getByTestid('open-page-duplicate-modal-btn').first().click({force: true});
     cy.getByTestid('open-page-duplicate-modal-btn').first().click({force: true});