Wait for the preparation of chromedriver
This commit is contained in:
@@ -26,7 +26,8 @@ var options = {
|
|||||||
describe('electron-mattermost', function() {
|
describe('electron-mattermost', function() {
|
||||||
before(function(done) {
|
before(function(done) {
|
||||||
fs.unlink(config_file_path, function(err) {
|
fs.unlink(config_file_path, function(err) {
|
||||||
done();
|
// waiting for chromedriver
|
||||||
|
setTimeout(done, 1000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user