From 19b5eecdcd7f1453663b78f5b6347a6c37336f56 Mon Sep 17 00:00:00 2001 From: akashnimare Date: Sat, 18 Feb 2017 16:51:31 +0530 Subject: [PATCH] Check if webview's url is failing travis tests on linux [WIP] #109 --- tests/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/index.js b/tests/index.js index 31eaf11c..115672af 100644 --- a/tests/index.js +++ b/tests/index.js @@ -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() })