diff --git a/packages/e2e-tests/specs/block-hierarchy-navigation.test.js b/packages/e2e-tests/specs/block-hierarchy-navigation.test.js index c53adb01730bd3..9153526a262a8f 100644 --- a/packages/e2e-tests/specs/block-hierarchy-navigation.test.js +++ b/packages/e2e-tests/specs/block-hierarchy-navigation.test.js @@ -68,7 +68,7 @@ describe( 'Navigating the block hierarchy', () => { await pressKeyTimes( 'Tab', 4 ); // Tweak the columns count by increasing it by one. - page.keyboard.press( 'ArrowRight' ); + await page.keyboard.press( 'ArrowRight' ); // Navigate to the last column in the columns block. await openBlockNavigator();