Commit b11693bb authored by yogevbd's avatar yogevbd

Fix e2e

parent 25da4fd9
const Utils = require('./Utils');
const { elementByLabel } = Utils;
const {elementByLabel} = Utils;
describe('Notifications', () => {
describe('Foreground', () => {
......@@ -33,7 +33,7 @@ describe('Notifications', () => {
describe('Dead state', () => {
it('Receive notification', async () => {
await device.launchApp({newInstance: true, userNotification: createNotification({link: 'deadState/notification'})});
await device.launchApp({delete: true, newInstance: true, userNotification: createNotification({link: 'deadState/notification'})});
await expect(elementByLabel('deadState/notification')).toBeVisible();
});
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment