Skip to content

Commit 2959b3e

Browse files
committed
update specs
1 parent 613812b commit 2959b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/bin/helpers/utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2328,7 +2328,7 @@ describe('utils', () => {
23282328

23292329
sinon.assert.calledOnceWithExactly(
23302330
getNumberOfSpecFilesStub,
2331-
`cypress/e2e/**/*.+(${constant.specFileTypes.join('|')})`,
2331+
`${constant.DEFAULT_CYPRESS_10_SPEC_PATH}/**/*.+(${constant.specFileTypes.join('|')})`,
23322332
{
23332333
cwd: 'cypressProjectDir',
23342334
matchBase: true,
@@ -2352,7 +2352,7 @@ describe('utils', () => {
23522352

23532353
sinon.assert.calledOnceWithExactly(
23542354
getNumberOfSpecFilesStub,
2355-
`cypress/integration/**/*.+(${constant.specFileTypes.join('|')})`,
2355+
`${constant.DEFAULT_CYPRESS_SPEC_PATH}/**/*.+(${constant.specFileTypes.join('|')})`,
23562356
{
23572357
cwd: 'cypressProjectDir',
23582358
matchBase: true,

0 commit comments

Comments
 (0)