From b25b07a2a732adbdcef3ad8829a5fec43ad17634 Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Wed, 24 Mar 2021 06:18:33 +0100 Subject: [PATCH] chore: update appium caps for local testing --- test/e2e-tooling/caps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e-tooling/caps.js b/test/e2e-tooling/caps.js index 7df82f5..bb07ee3 100644 --- a/test/e2e-tooling/caps.js +++ b/test/e2e-tooling/caps.js @@ -22,7 +22,7 @@ const configs = { }, localAndroidEmulator: { platformName: 'Android', - platformVersion: '5', + platformVersion: '9', deviceName: 'Android Emulator', autoWebview: true, fullReset: true,