|
|
@@ -59,9 +59,10 @@ context('Access User settings', () => {
|
|
|
cy.getByTestid('grw-associate-modal').should('be.visible');
|
|
|
cy.screenshot(`${ssPrefix}-external-account-2`);
|
|
|
cy.getByTestid('grw-associate-modal').find('.modal-footer button').click(); // click add button in modal form
|
|
|
+ cy.get('.toast').should('be.visible').invoke('attr', 'style', 'opacity: 1');
|
|
|
cy.screenshot(`${ssPrefix}-external-account-3`);
|
|
|
+ cy.get('.toast-close-button').click({ multiple: true }); // close toast alert
|
|
|
cy.getByTestid('grw-associate-modal').find('.close').click();
|
|
|
- cy.get('.toast').should('be.visible').invoke('attr', 'style', 'opacity: 1');
|
|
|
cy.screenshot(`${ssPrefix}-external-account-4`);
|
|
|
|
|
|
cy.get('.toast-close-button').click({ multiple: true }); // close toast alert
|