Skip to content

Commit

Permalink
build: updated firefox-profile (#193)
Browse files Browse the repository at this point in the history
* build: updated firefox-profile

* test: replaced Google Nexus to Google Pixel
  • Loading branch information
Aleksey28 authored Mar 10, 2023
1 parent 3880b0a commit 4996b39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.14.1",
"version": "1.14.2",
"description": "Browserstack TestCafe browser provider plugin.",
"repository": "https://github.com/DevExpress/testcafe-browser-provider-browserstack",
"engines": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"browserstack-local": "^1.4.9",
"dedent": "^0.7.0",
"desired-capabilities": "^0.1.0",
"firefox-profile": "^1.3.1",
"firefox-profile": "^4.2.2",
"lodash": "^4.17.15",
"mime-db": "^1.43.0",
"os-family": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions test/mocha/browser-names-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('Browser names', function () {
'[email protected]:Windows 10',
'iPhone SE@11',
'iPhone XR@12',
'Google Nexus 6@6.0'
'Google Pixel 7@13.0'
];

const AUTOMATE_BROWSER_NAMES = [
Expand All @@ -43,7 +43,7 @@ describe('Browser names', function () {
'iPhone 7@10',
'iPhone SE@11',
'iPhone XR@12',
'Google Nexus 6@6.0'
'Google Pixel 7@13.0'
];

return browserStackProvider
Expand All @@ -64,7 +64,7 @@ describe('Browser names', function () {
'[email protected]:Windows 8': true,
'[email protected]:Windows 10': true,
'iPhone SE': true,
'Google Nexus 5': true,
'Google Pixel 7': true,
'[email protected]': false,
'ie@11:os x': false
};
Expand Down

0 comments on commit 4996b39

Please sign in to comment.