mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 04:53:17 +00:00
Check if webview's url is failing travis tests on linux [WIP] #109
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user