Skip to content

Commit

Permalink
Fix “should allow for modification of link text via Link UI” test
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Jun 9, 2023
1 parent bd03bd8 commit 1b446ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/e2e-tests/specs/editor/various/links.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,9 @@ describe( 'Links', () => {
);
await editButton.click();

// Tabbing should land us in the text input.
// tab forward to the text input.
await page.keyboard.press( 'Tab' );

const textInputValue = await page.evaluate(
() => document.activeElement.value
);
Expand Down

0 comments on commit 1b446ef

Please sign in to comment.