Skip to content

Commit cf0e4e1

Browse files
Fix indentation in tests/cypress/e2e/settings/settings.test.js
Co-authored-by: Darin Kotter <darin.kotter@gmail.com>
1 parent 284da0d commit cf0e4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/e2e/settings/settings.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('Admin can update plugin settings', () => {
1111
});
1212

1313
cy.login(); // WP
14-
cy.mailchimpLoginIfNotAlreadyLoggedIn();
14+
cy.mailchimpLoginIfNotAlreadyLoggedIn();
1515
cy.selectList('10up'); // Ensure a list is selected
1616
});
1717

0 commit comments

Comments
 (0)