mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 06:00:53 +03:00
testing circle again
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
public/bundle.js
|
||||
public/webcrypto-shim.js
|
||||
test/frontend/bundle.js
|
||||
/home/ubuntu/send/firefox
|
||||
firefox
|
||||
@@ -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.');
|
||||
|
||||
Reference in New Issue
Block a user