Przeglądaj źródła

Modify selector

mudana 3 lat temu
rodzic
commit
ddf1c7a410

+ 1 - 1
packages/app/test/cypress/integration/20-basic-features/confirm-notification.spec.ts

@@ -20,7 +20,7 @@ context('Confirm notification', () => {
 
     cy.screenshot(`${ssPrefix}-see-all`, { capture: 'viewport' });
 
-    cy.get('#all-in-app-notifications ul.nav-title li:eq(1) a').click();
+    cy.get('.grw-custom-nav-tab > div > ul > li:nth-child(2) > a').click();
 
     cy.get('.tab-pane.active > .justify-content-end > button').should('be.visible');