diff --git a/test/smoke/src/areas/debug/debug.ts b/test/smoke/src/areas/debug/debug.ts index 595cafad7e4..312d99ce0db 100644 --- a/test/smoke/src/areas/debug/debug.ts +++ b/test/smoke/src/areas/debug/debug.ts @@ -120,7 +120,7 @@ export class Debug extends Viewlet { } async focusStackFrame(name: string, message: string): Promise { - await this.code.waitAndClick(SPECIFIC_STACK_FRAME(name)); + await this.code.waitAndClick(SPECIFIC_STACK_FRAME(name), 0, 0); await this.editors.waitForTab(name); }