removed references to checksums in frontend tests

This commit is contained in:
Abhinav Adduri 2017-08-07 14:58:22 -07:00
parent 5844a9a03c
commit 4db7fc6db3
3 changed files with 295 additions and 2128 deletions

View file

@ -6,7 +6,7 @@ const driver = new webdriver.Builder().forBrowser('firefox').build();
driver.get(path.join('file:///', __dirname, '/frontend.test.html'));
driver.wait(until.titleIs('Mocha Tests'));
driver.wait(until.titleMatches(/^[0-1]$/));
driver.wait(until.titleMatches(/^[0-9]$/));
driver.getTitle().then(title => {
driver.quit().then(() => {