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) => {
134
134
135
135
if ( ! Utils . isUndefined ( args ) ) {
136
136
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" ) ) ;
138
138
else if ( ! Utils . isUndefined ( args . username ) )
139
139
reject ( Constants . validationMessages . EMPTY_ARGS . replace ( "<argsNotGiven>" , "Username" ) ) ;
140
140
else if ( ! Utils . isUndefined ( args . key ) )
141
- reject ( Constants . validationMessages . EMPTY_ARGS . replace ( "<argsNotGiven>" , "Password" ) ) ;
141
+ reject ( Constants . validationMessages . EMPTY_ARGS . replace ( "<argsNotGiven>" , "Password" ) ) ;
142
142
}
143
143
// validate if config file provided exists or not when cypress_config_file provided
144
144
// validate the cypressProjectDir key otherwise.
You can’t perform that action at this time.
0 commit comments