Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Aug 28, 2019
1 parent fdc2244 commit aad4ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke/src/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"]`);
}
}

Expand Down

0 comments on commit aad4ceb

Please sign in to comment.