diff --git a/test/smoke/src/application.ts b/test/smoke/src/application.ts index 60ed794ae9a4a172a210a47bd38dd2f4f2f16af1..f7510ca502c01aeec1a54f31055bd1c8e8de73e1 100644 --- a/test/smoke/src/application.ts +++ b/test/smoke/src/application.ts @@ -69,7 +69,7 @@ export class Application { await this.code.waitForElement('.explorer-folders-view'); if (expectWalkthroughPart) { - await this.code.waitForActiveElement(`.editor-instance[id="workbench.editor.walkThroughPart"] > div > div[tabIndex="0"]`); + await this.code.waitForActiveElement(`.editor-instance[data-editor-id="workbench.editor.walkThroughPart"] > div > div[tabIndex="0"]`); } }