From 342022d3a767d9aca15955aaf78467f9c31408f4 Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Wed, 14 Jun 2023 13:50:29 +0200 Subject: [PATCH] test: fix broken tests due to changes to BrowserStack --- test/e2e-tooling/caps.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e-tooling/caps.js b/test/e2e-tooling/caps.js index 266f7c8..823d742 100644 --- a/test/e2e-tooling/caps.js +++ b/test/e2e-tooling/caps.js @@ -60,7 +60,7 @@ const configs = { // testing on BrowserStack browserstackIosDevice: { - 'appium-version': '1.20.2', + 'appium-version': '1.22.0', device: 'iPhone 12', os_version: '14', project: 'HTTP Test App', @@ -69,7 +69,7 @@ const configs = { 'browserstack.networkLogs': false }, browserstackAndroidDevice: { - 'appium-version': '1.18.0', + 'appium-version': '1.22.0', device: 'Samsung Galaxy S7', os_version: '6.0', project: 'HTTP Test App',