diff --git a/e2e/Notifications.test.js b/e2e/Notifications.test.js index d60e3ac1e25c9458d500f13f0a8aa5decd87a3ab..3b5c05e0f594b2e59c10cc3c209d1df4b7d59c67 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 }