Skip to content

Commit

Permalink
Change TvOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyod committed Nov 27, 2023
1 parent 39027c8 commit 1dc9ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FabricTvOSExample/e2e/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down
2 changes: 1 addition & 1 deletion TvOSExample/e2e/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 1dc9ac4

Please sign in to comment.