This commit is contained in:
Sandeep Somavarapu 2021-02-02 10:25:50 +01:00
parent 83935a961f
commit abb05eb058

View file

@ -46,7 +46,6 @@ export function setup() {
const app = this.app as Application;
await app.workbench.search.searchFor('body');
// await app.workbench.search.expandReplace(); https://github.com/microsoft/vscode/issues/115586
await app.workbench.search.setReplaceText('ydob');
await app.workbench.search.replaceFileMatch('app.js');
await app.workbench.search.waitForResultText('12 results in 4 files');