We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0183f37 commit 284da0dCopy full SHA for 284da0d
tests/cypress/e2e/settings/list.test.js
@@ -11,7 +11,7 @@ describe('Mailchimp lists ', () => {
11
});
12
13
cy.login(); // WP
14
- cy.mailchimpLoginIfNotAlreadyLoggedIn();
+ cy.mailchimpLoginIfNotAlreadyLoggedIn();
15
16
// Call mailchimpLists once and store the result in the alias 'mailchimpLists'
17
cy.getMailchimpLists().then((mailchimpLists) => {
0 commit comments