Yuken Tezuka 3 лет назад
Родитель
Сommit
e1e9c34c0e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/app/test/cypress/integration/20-basic-features/use-tools.spec.ts

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

@@ -206,6 +206,7 @@ context('Page Accessories Modal', () => {
       cy.getByTestid('open-page-item-control-btn').within(() => {
       cy.getByTestid('open-page-item-control-btn').within(() => {
         cy.get('button.btn-page-item-control').click({force: true});
         cy.get('button.btn-page-item-control').click({force: true});
       });
       });
+      cy.getByTestid('open-page-accessories-modal-btn-with-share-link-management-data-tab').should('be.visible');
       cy.getByTestid('open-page-accessories-modal-btn-with-share-link-management-data-tab').click();
       cy.getByTestid('open-page-accessories-modal-btn-with-share-link-management-data-tab').click();
    });
    });