Skip to content

Commit 1b51f06

Browse files
committed
await focus
1 parent 5e7e965 commit 1b51f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/services/apps_menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function AppsMenuProvider({ getService, getPageObjects }: FtrProviderCont
6060
if (await find.existsByCssSelector(CLOSE_BUTTON)) {
6161
// Close button is only visible when focused
6262
const button = await find.byCssSelector(CLOSE_BUTTON);
63-
button.focus();
63+
await button.focus();
6464

6565
await find.clickByCssSelector(CLOSE_BUTTON);
6666
}

0 commit comments

Comments
 (0)