fix smoketest (#115586)

This commit is contained in:
Benjamin Pasero 2021-02-02 08:20:07 +01:00
parent ee29ad444b
commit 04d4310a8a

View file

@ -46,7 +46,7 @@ export function setup() {
const app = this.app as Application;
await app.workbench.search.searchFor('body');
await app.workbench.search.expandReplace();
// 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');