File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2328,7 +2328,7 @@ describe('utils', () => {
2328
2328
2329
2329
sinon . assert . calledOnceWithExactly (
2330
2330
getNumberOfSpecFilesStub ,
2331
- `cypress/e2e /**/*.+(${ constant . specFileTypes . join ( '|' ) } )` ,
2331
+ `${ constant . DEFAULT_CYPRESS_10_SPEC_PATH } /**/*.+(${ constant . specFileTypes . join ( '|' ) } )` ,
2332
2332
{
2333
2333
cwd : 'cypressProjectDir' ,
2334
2334
matchBase : true ,
@@ -2352,7 +2352,7 @@ describe('utils', () => {
2352
2352
2353
2353
sinon . assert . calledOnceWithExactly (
2354
2354
getNumberOfSpecFilesStub ,
2355
- `cypress/integration /**/*.+(${ constant . specFileTypes . join ( '|' ) } )` ,
2355
+ `${ constant . DEFAULT_CYPRESS_SPEC_PATH } /**/*.+(${ constant . specFileTypes . join ( '|' ) } )` ,
2356
2356
{
2357
2357
cwd : 'cypressProjectDir' ,
2358
2358
matchBase : true ,
You can’t perform that action at this time.
0 commit comments