mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[functional testing] Always check selenium hash
This commit is contained in:
parent
f611c44af4
commit
15f6275bd3
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ module.exports = function (grunt) {
|
|||
}
|
||||
|
||||
if (fs.existsSync(SELENIUM_FILE_PATH)) {
|
||||
done();
|
||||
validateDownload(SELENIUM_FILE_PATH, config.selenium.md5, done);
|
||||
} else {
|
||||
downloadSelenium(done);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue