Skip to content

Commit

Permalink
Remove outdated workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Nov 19, 2024
1 parent 3ba3526 commit 3b7820b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui-test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ export async function disconnectDebugger(driver: WebDriver, interval = 500): Pro
* @returns A Promise that resolves to TerminalView instance.
*/
export async function activateTerminalView(): Promise<TerminalView> {
// workaround ExTester issue - https://github.com/redhat-developer/vscode-extension-tester/issues/785
await new Workbench().executeCommand('Terminal: Focus on Terminal View');
return await new BottomBarPanel().openTerminalView();
}

Expand Down

0 comments on commit 3b7820b

Please sign in to comment.