Skip to content

Commit fd19eaa

Browse files
author
Morten Barklund
committed
Fixed unrelated but annoying flaky test
1 parent 7fcf9b1 commit fd19eaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/story-editor/src/components/floatingMenu/karma/video.karma.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ describe('Video Design Menu: Keyboard Navigation', () => {
5555
20
5656
);
5757

58+
// Escape out of the canvas elements focus trap
59+
await fixture.events.keyboard.press('esc');
60+
5861
await tabToCanvasFocusContainer(focusContainer, fixture);
5962
await fixture.events.keyboard.press('Enter');
6063
await fixture.events.keyboard.press('Tab');

0 commit comments

Comments
 (0)