Skip to content

Commit

Permalink
Trigger E2E tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Aug 8, 2024
1 parent 6e7dc08 commit a1c8102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/connect.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('Admin can connect to "Mailchimp" Account', () => {
cy.wait(8000); // Not a best practice, but did not find a better way to handle this.

cy.popup().find('input#submitButton').click();
cy.wait(10000);
cy.wait(10000); // Not a best practice, but did not find a better way to handle this.

cy.get('.mc-user h3').contains('Logged in as: ');
cy.get('input[value="Logout"]').should('exist');
Expand Down

0 comments on commit a1c8102

Please sign in to comment.