From 83ab55e95de193aee1b96b332158cf4419f95dd2 Mon Sep 17 00:00:00 2001 From: Kiran Niranjan Date: Sun, 2 Jul 2017 21:55:06 +0530 Subject: [PATCH] Electron-90 1. Spectron tests for notification position 2. Added Spectron --- spectron/{test => tests}/notificationPosition-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spectron/{test => tests}/notificationPosition-test.js (98%) diff --git a/spectron/test/notificationPosition-test.js b/spectron/tests/notificationPosition-test.js similarity index 98% rename from spectron/test/notificationPosition-test.js rename to spectron/tests/notificationPosition-test.js index 001690ef..8c51307d 100644 --- a/spectron/test/notificationPosition-test.js +++ b/spectron/tests/notificationPosition-test.js @@ -109,7 +109,7 @@ describe('Tests for Notification position', () => { .windowByIndex(0) }); - it('should open notification', () => { + it('should open notification and close', () => { return app.client .windowByIndex(0) .click('#notf')