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 ec55395 commit e1504aeCopy full SHA for e1504ae
tests/cypress/e2e/admin.test.js
@@ -32,7 +32,7 @@ describe('Admin can login and make sure plugin is activated', () => {
32
cy.get('#mailchimp-sf-create-activate-account').should('be.visible');
33
});
34
35
- it("Admin shouldn't able to submit create account form with invalid data", () => {
+ it("Admin shouldn't be able to submit create account form with invalid data", () => {
36
cy.visit('/wp-admin/admin.php?page=mailchimp_sf_create_account');
37
38
// Submit form without filling any data.
0 commit comments