Skip to content

Commit 28062a3

Browse files
committed
Test e2e fix createAndReselectLink util
1 parent 4892384 commit 28062a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/specs/editor/blocks/links.spec.js

+2
Original file line numberDiff line numberDiff line change
@@ -1260,6 +1260,8 @@ class LinkUtils {
12601260

12611261
// Click on the Submit button.
12621262
await this.pageUtils.pressKeys( 'Enter' );
1263+
await this.pageUtils.pressKeys( 'Escape' );
1264+
await this.pageUtils.pressKeys( 'End' );
12631265

12641266
// Reselect the link.
12651267
await this.pageUtils.pressKeys( 'shiftAlt+ArrowLeft' );

0 commit comments

Comments
 (0)