Skip to content

Commit

Permalink
Fix: add missed parenheses in the function call
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepytanya committed Aug 2, 2023
1 parent 9c35255 commit 88802b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/pages/Drawer/Browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 88802b3

Please sign in to comment.