@@ -104,7 +104,7 @@ describe("runs", () => {
104104 setLocalIdentifierStub = sandbox . stub ( ) ;
105105 setHeadedStub = sandbox . stub ( ) ;
106106 setNoWrapStub = sandbox . stub ( ) ;
107- setCypressConfigsStub = sandbox . stub ( ) ;
107+ setOtherConfigsStub = sandbox . stub ( ) ;
108108 deleteResultsStub = sandbox . stub ( ) ;
109109 setDefaultsStub = sandbox . stub ( ) ;
110110 setLocalModeStub = sandbox . stub ( ) ;
@@ -138,7 +138,7 @@ describe("runs", () => {
138138 setLocalIdentifier : setLocalIdentifierStub ,
139139 setHeaded : setHeadedStub ,
140140 setNoWrap : setNoWrapStub ,
141- setCypressConfigs : setCypressConfigsStub ,
141+ setOtherConfigs : setOtherConfigsStub ,
142142 deleteResults : deleteResultsStub ,
143143 setDefaults : setDefaultsStub ,
144144 setupLocalTesting : setupLocalTestingStub ,
@@ -178,7 +178,7 @@ describe("runs", () => {
178178 sinon . assert . calledOnce ( setLocalConfigFileStub ) ;
179179 sinon . assert . calledOnce ( setHeadedStub ) ;
180180 sinon . assert . calledOnce ( setNoWrapStub ) ;
181- sinon . assert . calledOnce ( setCypressConfigsStub ) ;
181+ sinon . assert . calledOnce ( setOtherConfigsStub ) ;
182182 sinon . assert . calledOnce ( capabilityValidatorStub ) ;
183183 sinon . assert . calledOnce ( getErrorCodeFromMsgStub ) ;
184184 sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
@@ -225,7 +225,7 @@ describe("runs", () => {
225225 setLocalIdentifierStub = sandbox . stub ( ) ;
226226 setHeadedStub = sandbox . stub ( ) ;
227227 setNoWrapStub = sandbox . stub ( ) ;
228- setCypressConfigsStub = sandbox . stub ( ) ;
228+ setOtherConfigsStub = sandbox . stub ( ) ;
229229 deleteResultsStub = sandbox . stub ( ) ;
230230 getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
231231 setDefaultsStub = sandbox . stub ( ) ;
@@ -262,7 +262,7 @@ describe("runs", () => {
262262 setLocalIdentifier : setLocalIdentifierStub ,
263263 setHeaded : setHeadedStub ,
264264 setNoWrap : setNoWrapStub ,
265- setCypressConfigs : setCypressConfigsStub ,
265+ setOtherConfigs : setOtherConfigsStub ,
266266 deleteResults : deleteResultsStub ,
267267 setDefaults : setDefaultsStub ,
268268 getNumberOfSpecFiles : getNumberOfSpecFilesStub ,
@@ -309,7 +309,7 @@ describe("runs", () => {
309309 sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
310310 sinon . assert . calledOnce ( setHeadedStub ) ;
311311 sinon . assert . calledOnce ( setNoWrapStub ) ;
312- sinon . assert . calledOnce ( setCypressConfigsStub ) ;
312+ sinon . assert . calledOnce ( setOtherConfigsStub ) ;
313313 sinon . assert . calledOnce ( validateBstackJsonStub ) ;
314314 sinon . assert . calledOnce ( capabilityValidatorStub ) ;
315315 sinon . assert . calledOnce ( archiverStub ) ;
@@ -361,7 +361,7 @@ describe("runs", () => {
361361 setLocalIdentifierStub = sandbox . stub ( ) ;
362362 setHeadedStub = sandbox . stub ( ) ;
363363 setNoWrapStub = sandbox . stub ( ) ;
364- setCypressConfigsStub = sandbox . stub ( ) ;
364+ setOtherConfigsStub = sandbox . stub ( ) ;
365365 deleteResultsStub = sandbox . stub ( ) ;
366366 getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
367367 setDefaultsStub = sandbox . stub ( ) ;
@@ -399,7 +399,7 @@ describe("runs", () => {
399399 setLocalIdentifier : setLocalIdentifierStub ,
400400 setHeaded : setHeadedStub ,
401401 setNoWrap : setNoWrapStub ,
402- setCypressConfigs : setCypressConfigsStub ,
402+ setOtherConfigs : setOtherConfigsStub ,
403403 deleteResults : deleteResultsStub ,
404404 getNumberOfSpecFiles : getNumberOfSpecFilesStub ,
405405 setDefaults : setDefaultsStub ,
@@ -445,7 +445,7 @@ describe("runs", () => {
445445 sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
446446 sinon . assert . calledOnce ( setHeadedStub ) ;
447447 sinon . assert . calledOnce ( setNoWrapStub ) ;
448- sinon . assert . calledOnce ( setCypressConfigsStub ) ;
448+ sinon . assert . calledOnce ( setOtherConfigsStub ) ;
449449 sinon . assert . calledOnce ( validateBstackJsonStub ) ;
450450 sinon . assert . calledOnce ( capabilityValidatorStub ) ;
451451 sinon . assert . calledOnce ( archiverStub ) ;
@@ -501,7 +501,7 @@ describe("runs", () => {
501501 setLocalIdentifierStub = sandbox . stub ( ) ;
502502 setHeadedStub = sandbox . stub ( ) ;
503503 setNoWrapStub = sandbox . stub ( ) ;
504- setCypressConfigsStub = sandbox . stub ( ) ;
504+ setOtherConfigsStub = sandbox . stub ( ) ;
505505 deleteResultsStub = sandbox . stub ( ) ;
506506 getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
507507 setDefaultsStub = sandbox . stub ( ) ;
@@ -540,7 +540,7 @@ describe("runs", () => {
540540 setLocalIdentifier : setLocalIdentifierStub ,
541541 setHeaded : setHeadedStub ,
542542 setNoWrap : setNoWrapStub ,
543- setCypressConfigs : setCypressConfigsStub ,
543+ setOtherConfigs : setOtherConfigsStub ,
544544 deleteResults : deleteResultsStub ,
545545 getNumberOfSpecFiles : getNumberOfSpecFilesStub ,
546546 setDefaults : setDefaultsStub ,
@@ -597,7 +597,7 @@ describe("runs", () => {
597597 sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
598598 sinon . assert . calledOnce ( setHeadedStub ) ;
599599 sinon . assert . calledOnce ( setNoWrapStub ) ;
600- sinon . assert . calledOnce ( setCypressConfigsStub ) ;
600+ sinon . assert . calledOnce ( setOtherConfigsStub ) ;
601601 sinon . assert . calledOnce ( archiverStub ) ;
602602 sinon . assert . calledOnce ( setUsageReportingFlagStub ) ;
603603 sinon . assert . calledOnce ( zipUploadStub ) ;
@@ -658,7 +658,7 @@ describe("runs", () => {
658658 setLocalIdentifierStub = sandbox . stub ( ) ;
659659 setHeadedStub = sandbox . stub ( ) ;
660660 setNoWrapStub = sandbox . stub ( ) ;
661- setCypressConfigsStub = sandbox . stub ( ) ;
661+ setOtherConfigsStub = sandbox . stub ( ) ;
662662 getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
663663 setLocalConfigFileStub = sandbox . stub ( ) ;
664664 getTimeComponentsStub = sandbox . stub ( ) . returns ( { } ) ;
@@ -700,7 +700,7 @@ describe("runs", () => {
700700 setLocalIdentifier : setLocalIdentifierStub ,
701701 setHeaded : setHeadedStub ,
702702 setNoWrap : setNoWrapStub ,
703- setCypressConfigs : setCypressConfigsStub ,
703+ setOtherConfigs : setOtherConfigsStub ,
704704 exportResults : exportResultsStub ,
705705 deleteResults : deleteResultsStub ,
706706 setDefaults : setDefaultsStub ,
@@ -766,7 +766,7 @@ describe("runs", () => {
766766 sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
767767 sinon . assert . calledOnce ( setHeadedStub ) ;
768768 sinon . assert . calledOnce ( setNoWrapStub ) ;
769- sinon . assert . calledOnce ( setCypressConfigsStub ) ;
769+ sinon . assert . calledOnce ( setOtherConfigsStub ) ;
770770 sinon . assert . calledOnce ( archiverStub ) ;
771771 sinon . assert . calledOnce ( setUsageReportingFlagStub ) ;
772772 sinon . assert . calledOnce ( zipUploadStub ) ;
0 commit comments