jam411 пре 3 година
родитељ
комит
c5ccb6510d

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

@@ -77,9 +77,8 @@ context('Click page icons button', () => {
 
 
   it('Successfully display list of "seen by user"', () => {
   it('Successfully display list of "seen by user"', () => {
     cy.visit('/Sandbox');
     cy.visit('/Sandbox');
-    cy.get('#grw-subnav-container').within(() => {
-      cy.get('#btn-seen-user').click({force: true});
-    });
+    cy.get('#grw-subnav-container')
+    cy.get('#btn-seen-user').click({force: true});
 
 
     cy.get('.user-list-popover').should('be.visible');
     cy.get('.user-list-popover').should('be.visible');