Skip to content

Commit c58fbc5

Browse files
author
Dimitar Todorov
committedFeb 28, 2019
Fix: capabilitiesfor iOS version
1 parent 2a8a4db commit c58fbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎demo-angular/e2e/config/appium.capabilities.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
},
108108
"sim.iPhoneX": {
109109
"platformName": "iOS",
110-
"platformVersion": "/12.*/",
110+
"platformVersion": "12.0",
111111
"deviceName": "iPhone X",
112112
"appium-version": "1.9.1",
113113
"app": "",

0 commit comments

Comments
 (0)
Please sign in to comment.