Skip to content

Commit

Permalink
feat: disable popup blocking by default
Browse files Browse the repository at this point in the history
Conflicts:
	index.js
  • Loading branch information
Parashuram N authored and vojtajina committed Mar 11, 2014
1 parent 8afcadb commit d1dafc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/sauce_launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ var SauceLauncher = function(args, sauceConnect, /* config.sauceLabs */ config,
'build': args.build || config.build || process.env.TRAVIS_BUILD_NUMBER ||
process.env.BUILD_NUMBER || process.env.BUILD_TAG ||
process.env.CIRCLE_BUILD_NUM || null,
'device-orientation': args.deviceOrientation || null
'device-orientation': args.deviceOrientation || null,
'disable-popup-handler': true
});

// Adding any other option that was specified in args, but not consumed from above
Expand Down

0 comments on commit d1dafc4

Please sign in to comment.