Commit 17e31263 authored by yogevbd's avatar yogevbd

Version 2.0.0-alpha.2

parent 08a582e8
......@@ -25,6 +25,7 @@ describe('Notifications', () => {
it('Receive notification', async () => {
device.sendToHome();
await expect(elementByLabel('background/notification')).toBeNotVisible();
device.launchApp({newInstance: false, userNotification: createNotification({link: 'background/notification'})});
await expect(elementByLabel('background/notification')).toBeVisible();
});
......
{
"name": "react-native-notifications",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android",
"author": "Lidan Hifi <lidan.hifi@gmail.com>",
"license": "MIT",
......
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