Skip to content

Commit e1504ae

Browse files
Fix typo
1 parent ec55395 commit e1504ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/e2e/admin.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('Admin can login and make sure plugin is activated', () => {
3232
cy.get('#mailchimp-sf-create-activate-account').should('be.visible');
3333
});
3434

35-
it("Admin shouldn't able to submit create account form with invalid data", () => {
35+
it("Admin shouldn't be able to submit create account form with invalid data", () => {
3636
cy.visit('/wp-admin/admin.php?page=mailchimp_sf_create_account');
3737

3838
// Submit form without filling any data.

0 commit comments

Comments
 (0)