update sample apk (#12380)

This commit is contained in:
Kazuaki Matsuo
2019-03-26 01:29:17 +09:00
committed by Dan Graham
parent 4e8bbbcc88
commit 906350fd33
5 changed files with 10 additions and 10 deletions
@@ -16,8 +16,8 @@ class TestIOSBasicInteractions():
'app': IOS_APP_PATH,
'platformName': 'iOS',
'automationName': 'XCUITest',
'platformVersion': os.getenv('IOS_PLATFORM_VERSION') or '11.1',
'deviceName': os.getenv('IOS_DEVICE_NAME') or 'iPhone 6s',
'platformVersion': os.getenv('IOS_PLATFORM_VERSION') or '12.1',
'deviceName': os.getenv('IOS_DEVICE_NAME') or 'iPhone 8',
}
)