Skip to content

Commit

Permalink
Updated browserstack-local version; Bump version (v1.5.1) (closes #61) (
Browse files Browse the repository at this point in the history
  • Loading branch information
kirovboris authored and AndreyBelym committed Nov 27, 2018
1 parent 4c0ae43 commit fd9bd14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testcafe-browser-provider-browserstack",
"version": "1.5.0",
"version": "1.5.1",
"description": "browserstack TestCafe browser provider plugin.",
"repository": "https://github.com/DevExpress/testcafe-browser-provider-browserstack",
"engines": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.11.6",
"browserstack-local": "^1.3.0",
"browserstack-local": "^1.3.6",
"desired-capabilities": "^0.1.0",
"jimp": "^0.2.27",
"os-family": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions test/mocha/browser-names-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ describe('Browser names', function () {
'[email protected]:Windows 8',
'[email protected]:Windows 8.1',
'[email protected]:Windows 10',
'iPhone 6@8.3',
'iPhone 7@10.3',
'iPhone [email protected]',
'iPad [email protected]',
'Google Nexus 5@5.0'
'Google Nexus 5@4.4'
]);
});
});
Expand Down

0 comments on commit fd9bd14

Please sign in to comment.