Ver Fonte

Merge pull request #6384 from weseek/fix/gw7852-fix-in-app-notification-vrt

fix: In-app notification VRT
Yuki Takei há 3 anos atrás
pai
commit
d6041745f1

+ 0 - 2
packages/app/test/cypress/integration/20-basic-features/access-to-page.spec.ts

@@ -163,8 +163,6 @@ context('Access to /me/all-in-app-notifications', () => {
     cy.get('.notification-wrapper > a').click();
     cy.get('.notification-wrapper > a').click();
     cy.get('.notification-wrapper > .dropdown-menu > a').click();
     cy.get('.notification-wrapper > .dropdown-menu > a').click();
 
 
-    cy.get('#all-in-app-notifications').should('be.visible');
-
     cy.screenshot(`${ssPrefix}-see-all`, { capture: 'viewport' });
     cy.screenshot(`${ssPrefix}-see-all`, { capture: 'viewport' });
 
 
     cy.get('.grw-custom-nav-tab > div > ul > li:nth-child(2) > a').click();
     cy.get('.grw-custom-nav-tab > div > ul > li:nth-child(2) > a').click();