satof3 2 лет назад
Родитель
Сommit
a55ecc9b3a

+ 1 - 1
apps/app/test/cypress/e2e/20-basic-features/20-basic-features--access-to-pagelist.cy.ts

@@ -31,7 +31,7 @@ context('Access to pagelist', () => {
   it('Page list modal is successfully opened ', () => {
     // Wait until the string "You cannot see this page" is no longer displayed
     cy.getByTestid('page-list-item-L').eq(0).within(() => {
-      cy.get('.icon-exclamation').should('not.exist');
+      cy.get('.material-symbols-outlined').contains('error').should('not.exist');
     });
 
     cy.waitUntilSpinnerDisappear();