24
1
Fork 0

testing circle again

This commit is contained in:
Abhinav Adduri 2017-07-17 10:27:43 -07:00
parent 8f327fa439
commit d287f67ac0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
public/bundle.js
public/webcrypto-shim.js
test/frontend/bundle.js
/home/ubuntu/send/firefox
firefox

View File

@ -13,7 +13,7 @@ driver.wait(until.titleMatches(/^[0-1]$/), 10000);
driver.getTitle().then(title => {
driver.quit().then(() => {
if (title === '0') {
// process.exit(0);
console.log('Frontend tests have passed.');
} else {
throw new Error('Frontend tests are failing. ' +
'Please open the frontend.test.html file in a browser.');