From 7eb3395aa4ac1f86af405030ef7a839281dab62e Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Thu, 15 Jul 2021 12:38:09 +0200 Subject: [PATCH] Update test/e2e-specs.js Co-authored-by: Robin Hartmann --- test/e2e-specs.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/e2e-specs.js b/test/e2e-specs.js index 717ac98..7ddde92 100644 --- a/test/e2e-specs.js +++ b/test/e2e-specs.js @@ -105,11 +105,7 @@ const helpers = { return buffer; }, isTlsBlacklistSupported: function () { - if (window.cordova && window.cordova.platformId === 'android') { - return true; - } - - return false; + return window.cordova && window.cordova.platformId === 'android'; } };