Skip to content

Commit

Permalink
wip: log UA
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyclarkson committed Apr 29, 2016
1 parent ad3b972 commit 3c57297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ describe('Local browser launcher tests', function() {
var userAgent = useragent.parse(req.headers['user-agent']);
var expected = familyMapping[name] || name;

console.log(userAgent, expected);
assert.equal(userAgent.family.toLowerCase(), expected, 'Got expected browser family');
instance.stop(done);
});
Expand Down

0 comments on commit 3c57297

Please sign in to comment.