diff --git a/appium/config/wdio.live.conf.ts b/appium/config/wdio.live.conf.ts index 74503ffbd..0b6accf1d 100644 --- a/appium/config/wdio.live.conf.ts +++ b/appium/config/wdio.live.conf.ts @@ -10,7 +10,7 @@ config.capabilities = [ platformName: 'iOS', hostname: '127.0.0.1', 'appium:automationName': 'XCUITest', - 'appium:deviceName': 'iPhone 15', + 'appium:deviceName': 'iPhone SE (3rd generation)', 'appium:platformVersion': '17.4', 'appium:app': join(process.cwd(), './FlowCrypt.app'), }, diff --git a/appium/config/wdio.mock.conf.ts b/appium/config/wdio.mock.conf.ts index 14df9240b..7cda0ac91 100644 --- a/appium/config/wdio.mock.conf.ts +++ b/appium/config/wdio.mock.conf.ts @@ -20,7 +20,7 @@ config.capabilities = [ 'appium:processArguments': { args: ['--mock-fes-api', '--mock-attester-api', '--mock-gmail-api'], }, - 'appium:deviceName': 'iPhone 15', + 'appium:deviceName': 'iPhone SE (3rd generation)', 'appium:platformVersion': '17.4', 'appium:orientation': 'PORTRAIT', 'appium:app': join(process.cwd(), './FlowCrypt.app'),