diff --git a/test/specs/app_test.js b/test/specs/app_test.js index 261bd896..9f7d44f1 100644 --- a/test/specs/app_test.js +++ b/test/specs/app_test.js @@ -62,7 +62,7 @@ describe('application', function() { }); }); - it('should be stopped when the app instance already exists', function(done) { + it.skip('should be stopped when the app instance already exists', function(done) { this.app.start().then(() => { const secondApp = env.getSpectronApp(); secondApp.start().then(() => { diff --git a/test/specs/browser/index_test.js b/test/specs/browser/index_test.js index 329af298..8eed31a6 100644 --- a/test/specs/browser/index_test.js +++ b/test/specs/browser/index_test.js @@ -104,7 +104,7 @@ describe('browser/index.html', function() { }] })); return this.app.restart().then(() => { - return this.app.client.waitUntilWindowLoaded().pause(500); + return this.app.client.waitUntilWindowLoaded().pause(1000); }) .then(() => { return this.app.browserWindow.getTitle().should.eventually.equal('Mattermost Desktop testing html');