Electron-90

1. Spectron tests for notification position
2. Added Spectron
This commit is contained in:
Kiran Niranjan
2017-07-02 21:55:06 +05:30
committed by Kiran Niranjan
parent c99681e53a
commit 83ab55e95d
@@ -109,7 +109,7 @@ describe('Tests for Notification position', () => {
.windowByIndex(0) .windowByIndex(0)
}); });
it('should open notification', () => { it('should open notification and close', () => {
return app.client return app.client
.windowByIndex(0) .windowByIndex(0)
.click('#notf') .click('#notf')