Skip to content

Commit efea4cc

Browse files
authored
adopt smoke test repo changes (microsoft#146899)
1 parent d1f917b commit efea4cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/smoke/src/areas/search/search.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function setup(logger: Logger) {
3333
await app.workbench.search.openSearchViewlet();
3434
await app.workbench.search.searchFor('body');
3535

36-
await app.workbench.search.waitForResultText('16 results in 5 files');
36+
await app.workbench.search.waitForResultText('6 results in 3 files');
3737
});
3838

3939
it('searches only for *.js files & checks for correct result number', async function () {
@@ -51,8 +51,8 @@ export function setup(logger: Logger) {
5151
it('dismisses result & checks for correct result number', async function () {
5252
const app = this.app as Application;
5353
await app.workbench.search.searchFor('body');
54-
await app.workbench.search.waitForResultText('16 results in 5 files');
55-
await app.workbench.search.removeFileMatch('app.js', '12 results in 4 files');
54+
await app.workbench.search.waitForResultText('6 results in 3 files');
55+
await app.workbench.search.removeFileMatch('app.js', '2 results in 2 files');
5656
});
5757

5858
it.skip('replaces first search result with a replace term', async function () { // TODo@roblourens https://github.com/microsoft/vscode/issues/137195

0 commit comments

Comments
 (0)