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) {
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
You can’t perform that action at this time.
0 commit comments