File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/smoke/src/areas/search Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export function setup(logger: Logger) {
33
33
await app . workbench . search . openSearchViewlet ( ) ;
34
34
await app . workbench . search . searchFor ( 'body' ) ;
35
35
36
- await app . workbench . search . waitForResultText ( '16 results in 5 files' ) ;
36
+ await app . workbench . search . waitForResultText ( '6 results in 3 files' ) ;
37
37
} ) ;
38
38
39
39
it ( 'searches only for *.js files & checks for correct result number' , async function ( ) {
@@ -51,8 +51,8 @@ export function setup(logger: Logger) {
51
51
it ( 'dismisses result & checks for correct result number' , async function ( ) {
52
52
const app = this . app as Application ;
53
53
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' ) ;
56
56
} ) ;
57
57
58
58
it . skip ( 'replaces first search result with a replace term' , async function ( ) { // TODo@roblourens https://github.com/microsoft/vscode/issues/137195
You can’t perform that action at this time.
0 commit comments