Skip to content

Commit

Permalink
rename button
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed May 26, 2023
1 parent 9d3e062 commit 13000dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/blocks/links.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test.describe( 'Links', () => {
expect( await editor.getEditedPostContent() ).toMatchSnapshot();

// Tab back to the Submit and apply the link.
await page.getByRole( 'button', { name: 'Apply' } ).click();
await page.getByRole( 'button', { name: 'Save' } ).click();

// The link should have been inserted.
expect( await editor.getEditedPostContent() ).toMatchSnapshot();
Expand Down

0 comments on commit 13000dc

Please sign in to comment.