Преглед изворни кода

Merge branch 'master' into fix/105462-vrt-3-dots-button-menu-on-search-page

cao пре 3 година
родитељ
комит
5e7a7e345e

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

@@ -98,11 +98,6 @@ context('Modal for page operation', () => {
     });
     });
     cy.get('.toast-error').should('be.visible').invoke('attr', 'style', 'opacity: 1');
     cy.get('.toast-error').should('be.visible').invoke('attr', 'style', 'opacity: 1');
     cy.screenshot(`${ssPrefix}create-template-for-descendants-error`, {capture: 'viewport'});
     cy.screenshot(`${ssPrefix}create-template-for-descendants-error`, {capture: 'viewport'});
-    cy.get('.toast-error').should('be.visible').click();
-    cy.getByTestid('page-create-modal').should('be.visible').within(() => {
-      cy.get('button.close').click();
-    });
-    cy.screenshot(`${ssPrefix}create-template-close-modal`, {capture: 'viewport'});
   });
   });
 
 
   it('PageDeleteModal is shown successfully', () => {
   it('PageDeleteModal is shown successfully', () => {