Skip to content

Commit 51d606b

Browse files
fix for redundant import bug
1 parent 5155b82 commit 51d606b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/commands/runs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ module.exports = function run(args, rawArgs) {
209209
markBlockStart('validateConfig');
210210
logger.debug("Started configs validation");
211211
return capabilityHelper.validate(bsConfig, args).then(function (cypressConfigFile) {
212-
if(process.env.BROWSERSTACK_TEST_ACCESSIBILITY) {
212+
if(process.env.BROWSERSTACK_TEST_ACCESSIBILITY === 'true') {
213213
setAccessibilityEventListeners(bsConfig);
214214
}
215215
if(process.env.BS_TESTOPS_BUILD_COMPLETED) {

0 commit comments

Comments
 (0)