mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Fix debug smoketest - frame contents can wrap but stay hidden - ensure that click lands on the correct frame
This commit is contained in:
@@ -120,7 +120,7 @@ export class Debug extends Viewlet {
|
||||
}
|
||||
|
||||
async focusStackFrame(name: string, message: string): Promise<any> {
|
||||
await this.code.waitAndClick(SPECIFIC_STACK_FRAME(name));
|
||||
await this.code.waitAndClick(SPECIFIC_STACK_FRAME(name), 0, 0);
|
||||
await this.editors.waitForTab(name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user