From 595f2257c8d99a3b8f3ea37cbc1302b7cb79ffad Mon Sep 17 00:00:00 2001 From: "a.kizin" Date: Fri, 10 Nov 2023 14:32:35 +0300 Subject: [PATCH] Added iPhone XR --- src/test/resources/devices.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/test/resources/devices.json b/src/test/resources/devices.json index ea8eeba..d01f476 100644 --- a/src/test/resources/devices.json +++ b/src/test/resources/devices.json @@ -11,6 +11,12 @@ "platformVersion": "16" } }, + "iPhoneXR": { + "capabilities": { + "deviceName": "iPhone XR", + "platformVersion": "15" + } + }, "iPhone15ProMax_17": { "capabilities": { "deviceName": "iPhone 15 Pro Max",