diff --git a/e2e/config/appium.capabilities.json b/e2e/config/appium.capabilities.json index f7112699b..443aac5e8 100644 --- a/e2e/config/appium.capabilities.json +++ b/e2e/config/appium.capabilities.json @@ -134,5 +134,13 @@ "noReset": true, "fullReset": false, "app": "" + }, + "sim.iPhoneX.iOS120": { + "platformName": "iOS", + "platformVersion": "12.0", + "deviceName": "iPhone X", + "noReset": true, + "fullReset": false, + "app": "" } -} \ No newline at end of file +}