Check if webview's url is failing travis tests on linux [WIP] #109

This commit is contained in:
akashnimare
2017-02-18 16:51:31 +05:30
parent f443918433
commit 19b5eecdcd

View File

@@ -7,7 +7,7 @@ describe('application launch', function () {
beforeEach(function () {
this.app = new Application({
path: require('electron'),
args: [__dirname + '/../app/main/index.js']
args: [__dirname + '/../app/renderer/index.html']
})
return this.app.start()
})