From 88802b396036dd61ef13825521e73c13426ef569 Mon Sep 17 00:00:00 2001 From: sleepytanya Date: Wed, 2 Aug 2023 13:27:15 -0400 Subject: [PATCH] Fix: add missed parenheses in the function call --- e2e/pages/Drawer/Browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/pages/Drawer/Browser.js b/e2e/pages/Drawer/Browser.js index 84ba6b16f23..2a203d553f4 100644 --- a/e2e/pages/Drawer/Browser.js +++ b/e2e/pages/Drawer/Browser.js @@ -147,7 +147,7 @@ export default class Browser { } static async tapConnectButton() { - if (device.getPlatform === 'android') { + if (device.getPlatform() === 'android') { await TestHelpers.tapWebviewElement(WEBVIEW_TEST_DAPP_CONNECT_BUTTON_ID); } else { await TestHelpers.tapAtPoint(