2
0
ryoji-s 2 жил өмнө
parent
commit
022a96dfd5

+ 1 - 1
apps/app/test/cypress/integration/60-home/60-home--home.spec.ts

@@ -129,7 +129,7 @@ context('Access User settings', () => {
     cy.scrollTo('top');
     cy.screenshot(`${ssPrefix}-other-setting-1`);
     cy.getByTestid('grw-questionnaire-settings-update-btn').click();
-    cy.get('.toast').should('be.visible').invoke('attr', 'style', 'opacity: 1');
+    cy.get('.Toastify__toast').should('be.visible').invoke('attr', 'style', 'display: none');
     cy.screenshot(`${ssPrefix}-other-setting-2`);
   });
 });