Electron-90 fixed a typo

This commit is contained in:
Kiran Niranjan 2017-07-05 15:30:11 +05:30 committed by Kiran Niranjan
parent 9ee4b76d37
commit 0d592f2c22

View File

@ -46,7 +46,7 @@ describe('Tests for Notification position', () => {
}); });
}); });
it('should notification configure window', () => { it('should open notification configure window', () => {
return app.client return app.client
.click('#open-config-win') .click('#open-config-win')
.windowByIndex(1) .windowByIndex(1)