From d84e3995d22a87a0d3f975fc2c74fbc93b354d85 Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Thu, 5 Mar 2020 02:04:48 +0100 Subject: [PATCH] chore: update appium caps --- 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 0548853..fa92769 100644 --- a/test/e2e-tooling/caps.js +++ b/test/e2e-tooling/caps.js @@ -67,8 +67,8 @@ const configs = { app: 'HttpTestAppAndroid' }, browserstackAndroidDevice: { - device: 'Google Nexus 9', - os_version: '5.1', + device: 'Google Nexus 6', + os_version: '5.0', project: 'HTTP Test App', autoWebview: true, app: 'HttpTestAppAndroid'