Skip to content

Commit c22600c

Browse files
authored
Merge pull request #21 from ganesh-gsk/patch-1
Update iPhone model from iPhone 11 Pro to iPhone 11
2 parents c5dfea7 + b65684e commit c22600c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/browserstack_sample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# instead: https://github.com/appium/python-client/pull/720
1111
options = XCUITestOptions().load_capabilities({
1212
# Specify device and os_version for testing
13-
"deviceName": "iPhone 11 Pro",
13+
"deviceName": "iPhone 11",
1414
"platformName": "ios",
1515
"platformVersion": "13",
1616

0 commit comments

Comments
 (0)