Skip to content

Commit

Permalink
ensure shortcuts are enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Sep 17, 2024
1 parent bc74237 commit 90f9b9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/functional/apps/console/_misc_console_behavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.common.navigateToApp('console');
// Ensure that the text area can be interacted with
await PageObjects.console.skipTourIfExists();

await PageObjects.console.openConfig();
await PageObjects.console.toggleKeyboardShortcuts(true);
await PageObjects.console.openConsole();
});

beforeEach(async () => {
Expand Down

0 comments on commit 90f9b9f

Please sign in to comment.