Skip to content

Commit 4996b39

Browse files
authored
build: updated firefox-profile (#193)
* build: updated firefox-profile * test: replaced Google Nexus to Google Pixel
1 parent 3880b0a commit 4996b39

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.14.1",
3+
"version": "1.14.2",
44
"description": "Browserstack TestCafe browser provider plugin.",
55
"repository": "https://github.com/DevExpress/testcafe-browser-provider-browserstack",
66
"engines": {
@@ -33,7 +33,7 @@
3333
"browserstack-local": "^1.4.9",
3434
"dedent": "^0.7.0",
3535
"desired-capabilities": "^0.1.0",
36-
"firefox-profile": "^1.3.1",
36+
"firefox-profile": "^4.2.2",
3737
"lodash": "^4.17.15",
3838
"mime-db": "^1.43.0",
3939
"os-family": "^1.0.0",

test/mocha/browser-names-test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('Browser names', function () {
2929
'[email protected]:Windows 10',
3030
'iPhone SE@11',
3131
'iPhone XR@12',
32-
'Google Nexus 6@6.0'
32+
'Google Pixel 7@13.0'
3333
];
3434

3535
const AUTOMATE_BROWSER_NAMES = [
@@ -43,7 +43,7 @@ describe('Browser names', function () {
4343
'iPhone 7@10',
4444
'iPhone SE@11',
4545
'iPhone XR@12',
46-
'Google Nexus 6@6.0'
46+
'Google Pixel 7@13.0'
4747
];
4848

4949
return browserStackProvider
@@ -64,7 +64,7 @@ describe('Browser names', function () {
6464
'[email protected]:Windows 8': true,
6565
'[email protected]:Windows 10': true,
6666
'iPhone SE': true,
67-
'Google Nexus 5': true,
67+
'Google Pixel 7': true,
6868
6969
'ie@11:os x': false
7070
};

0 commit comments

Comments
 (0)