Update tests to stablize on local machines
makeSingleInstance test: On Windows, the test often fails, so skipped. Window title test: Extend pause duration to wait updating title.
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user