From e3468430f2b6d08cb122c40dfafb0551ad1d0459 Mon Sep 17 00:00:00 2001 From: Backforu <89600433+Backforu@users.noreply.github.com> Date: Sun, 19 Feb 2023 07:46:25 -0500 Subject: [PATCH] Update first.conf.json --- .../resources/com/browserstack/run_first_test/first.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/junit5-examples/src/test/resources/com/browserstack/run_first_test/first.conf.json b/ios/junit5-examples/src/test/resources/com/browserstack/run_first_test/first.conf.json index c832ee0..9f61ccc 100644 --- a/ios/junit5-examples/src/test/resources/com/browserstack/run_first_test/first.conf.json +++ b/ios/junit5-examples/src/test/resources/com/browserstack/run_first_test/first.conf.json @@ -12,7 +12,7 @@ }, "environments": [{ - "device": "iPhone 11 Pro", - "os_version": "13" + "device": "iPhone 14 Plus", + "os_version": "16.3" }] }