Skip to content

Commit a1c8102

Browse files
committed
Trigger E2E tests.
1 parent 6e7dc08 commit a1c8102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/e2e/connect.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('Admin can connect to "Mailchimp" Account', () => {
2929
cy.wait(8000); // Not a best practice, but did not find a better way to handle this.
3030

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

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

0 commit comments

Comments
 (0)