We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7e965 commit 1b51f06Copy full SHA for 1b51f06
1 file changed
test/functional/services/apps_menu.ts
@@ -60,7 +60,7 @@ export function AppsMenuProvider({ getService, getPageObjects }: FtrProviderCont
60
if (await find.existsByCssSelector(CLOSE_BUTTON)) {
61
// Close button is only visible when focused
62
const button = await find.byCssSelector(CLOSE_BUTTON);
63
- button.focus();
+ await button.focus();
64
65
await find.clickByCssSelector(CLOSE_BUTTON);
66
}
0 commit comments