diff --git a/FabricTvOSExample/e2e/config.ts b/FabricTvOSExample/e2e/config.ts index 3396505..46e5289 100644 --- a/FabricTvOSExample/e2e/config.ts +++ b/FabricTvOSExample/e2e/config.ts @@ -3,7 +3,7 @@ import {RemoteOptions} from 'webdriverio'; const capabilities = { platformName: 'tvOS', 'appium:automationName': 'XCUITest', - 'appium:platformVersion': '17.0', + 'appium:platformVersion': '16.0', 'appium:deviceName': 'Apple TV', 'appium:app': process.env.APP_PATH, }; diff --git a/TvOSExample/e2e/config.ts b/TvOSExample/e2e/config.ts index 3396505..46e5289 100644 --- a/TvOSExample/e2e/config.ts +++ b/TvOSExample/e2e/config.ts @@ -3,7 +3,7 @@ import {RemoteOptions} from 'webdriverio'; const capabilities = { platformName: 'tvOS', 'appium:automationName': 'XCUITest', - 'appium:platformVersion': '17.0', + 'appium:platformVersion': '16.0', 'appium:deviceName': 'Apple TV', 'appium:app': process.env.APP_PATH, };