Skip to content

Commit 4994c7b

Browse files
committed
1 parent 62cf2a0 commit 4994c7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/smoke/src/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class Application {
6969
await this.code.waitForElement('.explorer-folders-view');
7070

7171
if (expectWalkthroughPart) {
72-
await this.code.waitForActiveElement(`.editor-instance[id="workbench.editor.walkThroughPart"] > div > div[tabIndex="0"]`);
72+
await this.code.waitForActiveElement(`.editor-instance[data-editor-id="workbench.editor.walkThroughPart"] > div > div[tabIndex="0"]`);
7373
}
7474
}
7575

0 commit comments

Comments
 (0)