Skip to content

Commit

Permalink
Update button text in test
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Mar 11, 2021
1 parent 9b3ed24 commit 071b7ef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,7 @@ describe( 'Navigation editor', () => {

// Add an inner link block.
const appender = await page.waitForSelector(
'button[aria-label="Add block"]',
{ visible: true }
'button[aria-label="Add Link"]'
);
await appender.click();

Expand Down

0 comments on commit 071b7ef

Please sign in to comment.