We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4892384 commit 28062a3Copy full SHA for 28062a3
test/e2e/specs/editor/blocks/links.spec.js
@@ -1260,6 +1260,8 @@ class LinkUtils {
1260
1261
// Click on the Submit button.
1262
await this.pageUtils.pressKeys( 'Enter' );
1263
+ await this.pageUtils.pressKeys( 'Escape' );
1264
+ await this.pageUtils.pressKeys( 'End' );
1265
1266
// Reselect the link.
1267
await this.pageUtils.pressKeys( 'shiftAlt+ArrowLeft' );
0 commit comments