Skip to content

Commit

Permalink
Use ES3 chrome-launcher-4 for real
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejewski committed Jul 30, 2017
1 parent 745bf5f commit c44bd2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"async": "^2.0.1",
"browserstack": "^1.2.0",
"chrome-launcher-4": "0.0.1",
"chrome-launcher-4": "0.0.2",
"debug": "^2.2.0",
"plist": "^2.0.1",
"q": "^1.4.1",
Expand Down
4 changes: 0 additions & 4 deletions test/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ describe('Local browser launcher tests', function() {
});

var browsers = Object.keys(local.platform);

console.log('Launch schedule:', browsers);

browsers.forEach(function (name) {
var testTitle = 'Should launch ' + name + ' browser on ' + process.platform;

Expand All @@ -56,7 +53,6 @@ describe('Local browser launcher tests', function() {
var userAgent = useragent.parse(req.headers['user-agent']);
var expected = familyMapping[name] || name;

console.log({name: name, family: userAgent.family});
assert.equal(userAgent.family.toLowerCase(), expected, 'User agent family should match browser family');
instance.stop(done);
});
Expand Down

0 comments on commit c44bd2f

Please sign in to comment.