From 44ff7ff492051ec743e2187185de829775d434b0 Mon Sep 17 00:00:00 2001 From: yogevbd Date: Wed, 10 Jul 2019 21:16:28 +0300 Subject: [PATCH] Unused import --- e2e/Notifications.test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/e2e/Notifications.test.js b/e2e/Notifications.test.js index d60e3ac..3b5c05e 100644 --- a/e2e/Notifications.test.js +++ b/e2e/Notifications.test.js @@ -1,5 +1,5 @@ const Utils = require('./Utils'); -const { elementByLabel, elementById } = Utils; +const { elementByLabel } = Utils; describe('Notifications', () => { describe('Foreground', () => { @@ -48,7 +48,6 @@ function createNotification({link, showAlert}) { body: 'Body', badge: 1, payload: { - appId: '14517e1a-3ff0-af98-408e-2bd6953c36a2', link, showAlert } -- 2.26.2