Fix search smoke test

This commit is contained in:
Rob Lourens 2019-03-22 18:36:50 +00:00
parent fa1c88a4e1
commit 47d76f154d

View file

@ -48,7 +48,7 @@ export function setup() {
await app.workbench.search.expandReplace();
await app.workbench.search.setReplaceText('ydob');
await app.workbench.search.replaceFileMatch('app.js');
await app.workbench.search.waitForResultText('16 results in 5 files');
await app.workbench.search.waitForResultText('12 results in 4 files');
await app.workbench.search.searchFor('ydob');
await app.workbench.search.setReplaceText('body');