We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e13a7 commit 6c22e21Copy full SHA for 6c22e21
test/smoke/src/areas/search/search.test.ts
@@ -48,14 +48,12 @@ export function setup() {
48
await app.workbench.search.expandReplace();
49
await app.workbench.search.setReplaceText('ydob');
50
await app.workbench.search.replaceFileMatch(1);
51
- await app.workbench.saveOpenedFile();
52
53
await app.workbench.search.waitForResultText('10 results in 4 files');
54
55
await app.workbench.search.searchFor('ydob');
56
await app.workbench.search.setReplaceText('body');
57
58
59
});
60
61
}
0 commit comments