Skip to content

Commit 0fe3127

Browse files
Remove unneeded space in tests/cypress/e2e/settings/settings.test.js
Co-authored-by: Darin Kotter <darin.kotter@gmail.com>
1 parent cf0e4e1 commit 0fe3127

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
@@ -66,7 +66,7 @@ describe('Admin can update plugin settings', () => {
6666
});
6767
});
6868

69-
it('Admin can set custom styling on signup form', () => {
69+
it('Admin can set custom styling on signup form', () => {
7070
// Enable custom styling and set values.
7171
cy.visit('/wp-admin/admin.php?page=mailchimp_sf_options');
7272
cy.get('#mc_custom_style').check();

0 commit comments

Comments
 (0)