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 @@ -134,11 +134,11 @@ const validate = (bsConfig, args) => {
134134
135135 if ( ! Utils . isUndefined ( args ) ) {
136136 if ( ! Utils . isUndefined ( args . username ) && ! Utils . isUndefined ( args . key ) )
137- reject ( Constants . validationMessages . EMPTY_ARGS . replace ( "<argsNotGiven>" , "Username and Password" ) ) ;
137+ reject ( Constants . validationMessages . EMPTY_ARGS . replace ( "<argsNotGiven>" , "Username and Password" ) ) ;
138138 else if ( ! Utils . isUndefined ( args . username ) )
139139 reject ( Constants . validationMessages . EMPTY_ARGS . replace ( "<argsNotGiven>" , "Username" ) ) ;
140140 else if ( ! Utils . isUndefined ( args . key ) )
141- reject ( Constants . validationMessages . EMPTY_ARGS . replace ( "<argsNotGiven>" , "Password" ) ) ;
141+ reject ( Constants . validationMessages . EMPTY_ARGS . replace ( "<argsNotGiven>" , "Password" ) ) ;
142142 }
143143 // validate if config file provided exists or not when cypress_config_file provided
144144 // validate the cypressProjectDir key otherwise.
You can’t perform that action at this time.
0 commit comments