Просмотр исходного кода

Update confirm-notification.spec.ts

mudana 3 лет назад
Родитель
Сommit
59ac0e855c

+ 0 - 2
packages/app/test/cypress/integration/20-basic-features/confirm-notification.spec.ts

@@ -22,8 +22,6 @@ context('Confirm notification', () => {
 
     cy.get('.grw-custom-nav-tab > div > ul > li:nth-child(2) > a').click();
 
-    cy.get('.tab-pane.active > .justify-content-end > button').should('be.visible');
-
     cy.screenshot(`${ssPrefix}-see-unread`, { capture: 'viewport' });
   });