Skip to content

Commit 09e40c9

Browse files
author
pavanpatil1
committed
Addressed review feedback
1 parent da10e65 commit 09e40c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/specs/editor/various/rtl.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ test.describe( 'RTL', () => {
125125

126126
// Move to the previous block with two lines in the current block.
127127
await page.keyboard.press( 'ArrowRight' );
128-
await pageUtils.pressKeyWithModifier( 'shift', 'Enter' );
128+
await page.press( 'Shift+Enter' );
129129
await page.keyboard.type( ARABIC_ONE );
130130

131131
// Move to the next block with two lines in the current block.

0 commit comments

Comments
 (0)