jam411 3 лет назад
Родитель
Сommit
06b85ce0a1

+ 1 - 1
packages/app/test/cypress/integration/20-basic-features/click-page-icons.spec.ts

@@ -80,7 +80,7 @@ context('Click page icons button', () => {
     cy.get('#grw-subnav-container').within(() => {
       cy.get('div.grw-seen-user-info > button#btn-seen-user').click({force: true});
     });
-    cy.get('.user-list-popover').should('be.visible');
+    cy.get('div.user-list-popover').should('be.visible');
 
     cy.get('#grw-subnav-container').within(() => {
       cy.screenshot(`${ssPrefix}11-seen-user-list`);