Skip to content

Commit ece5aa3

Browse files
committed
E2E: Update button placeholder.
1 parent 232f7fa commit ece5aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/e2e/mailchimp-block.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('Block Tests', () => {
3939
.find('h3[aria-label="Enter a sub header (optional)"]')
4040
.clear()
4141
.type(subHeader);
42-
cy.getBlockEditor().find('button[aria-label="Enter a button text."]').clear().type(button);
42+
cy.getBlockEditor().find('button[aria-label="Enter button text."]').clear().type(button);
4343
cy.get('button.editor-post-publish-button').click();
4444

4545
// Verify

0 commit comments

Comments
 (0)