File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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" : {
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" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ describe('Browser names', function () {
2929 'edge@15.0: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 'ie@10.0:Windows 8' : true ,
6565 'ie@11.0:Windows 10' : true ,
6666 'iPhone SE' : true ,
67- 'Google Nexus 5 ' : true ,
67+ 'Google Pixel 7 ' : true ,
6868 'ie@5.0' : false ,
6969 'ie@11:os x' : false
7070 } ;
You can’t perform that action at this time.
0 commit comments