From 60c042164a5c4c66f73823c0d016c8a3a4dd136f Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Wed, 14 Jun 2023 17:29:22 +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 823d7424..87d26c3e 100644 --- a/test/e2e-tooling/caps.js +++ b/test/e2e-tooling/caps.js @@ -70,8 +70,8 @@ const configs = { }, browserstackAndroidDevice: { 'appium-version': '1.22.0', - device: 'Samsung Galaxy S7', - os_version: '6.0', + device: 'Samsung Galaxy S8', + os_version: '7.0', project: 'HTTP Test App', autoWebview: true, app: 'HttpTestAppAndroid',