Skip to content

Commit bac5061

Browse files
committed
smoke test: fix debug failing test
1 parent 1bcc350 commit bac5061

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/smoke/src/areas/debug/debugSmoke.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class Debug extends Viewlet {
125125
}
126126

127127
async waitForReplCommand(text: string, accept: (result: string) => boolean): Promise<void> {
128-
await this.commands.runCommand('Debug: Focus Debug Console');
128+
await this.commands.runCommand('Debug: Focus on Debug Console View');
129129
await this.code.waitForActiveElement(REPL_FOCUSED);
130130
await this.code.waitForSetValue(REPL_FOCUSED, text);
131131

0 commit comments

Comments
 (0)