Skip to content

Commit 297e1c8

Browse files
Dimitar TodorovDimitar Todorov
authored andcommitted
Update capabilities for camera iOS
1 parent 930ec7d commit 297e1c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ matrix:
137137
script:
138138
- npm i -g appium
139139
- cd ../demo && npm i
140-
- travis_wait travis_retry npm run e2e -- --runType sim.iPhone8.iOS11.2 --sauceLab --reuseDevice --appPath $IOS_PACKAGE_NEXT
140+
- travis_wait travis_retry npm run e2e -- --runType sim.iPhoneX.iOS12 --sauceLab --reuseDevice --appPath $IOS_PACKAGE_NEXT
141141

142142
android:
143143
components:

demo/e2e/config/appium.capabilities.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@
9696
"deviceName": "iPhone 6",
9797
"app": ""
9898
},
99-
"sim.iPhone8.iOS110": {
99+
"sim.iPhone8.iOS11.2": {
100100
"platformName": "iOS",
101-
"platformVersion": "11.0",
102-
"deviceName": "iPhone 8 110",
101+
"platformVersion": "11.2",
102+
"deviceName": "iPhone 8 112",
103103
"noReset": true,
104104
"fullReset": false,
105105
"app": ""

0 commit comments

Comments
 (0)