Skip to content

Commit

Permalink
Check if webview's url is failing travis tests on linux [WIP] zulip#109
Browse files Browse the repository at this point in the history
  • Loading branch information
akashnimare committed Feb 18, 2017
1 parent f443918 commit 19b5eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
})
Expand Down

0 comments on commit 19b5eec

Please sign in to comment.