Skip to content

Commit fd9bd14

Browse files
kirovborisAndreyBelym
authored andcommitted
Updated browserstack-local version; Bump version (v1.5.1) (closes #61) (#62)
1 parent 4c0ae43 commit fd9bd14

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testcafe-browser-provider-browserstack",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "browserstack TestCafe browser provider plugin.",
55
"repository": "https://github.com/DevExpress/testcafe-browser-provider-browserstack",
66
"engines": {
@@ -30,7 +30,7 @@
3030
"license": "MIT",
3131
"dependencies": {
3232
"babel-runtime": "^6.11.6",
33-
"browserstack-local": "^1.3.0",
33+
"browserstack-local": "^1.3.6",
3434
"desired-capabilities": "^0.1.0",
3535
"jimp": "^0.2.27",
3636
"os-family": "^1.0.0",

test/mocha/browser-names-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ describe('Browser names', function () {
2828
'ie@10.0:Windows 8',
2929
'ie@11.0:Windows 8.1',
3030
'edge@15.0:Windows 10',
31-
'iPhone 6@8.3',
31+
'iPhone 7@10.3',
3232
'iPhone SE@11.2',
3333
'iPad Pro@11.2',
34-
'Google Nexus 5@5.0'
34+
'Google Nexus 5@4.4'
3535
]);
3636
});
3737
});

0 commit comments

Comments
 (0)