mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
testing circle again
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
public/bundle.js
|
public/bundle.js
|
||||||
public/webcrypto-shim.js
|
public/webcrypto-shim.js
|
||||||
test/frontend/bundle.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.getTitle().then(title => {
|
||||||
driver.quit().then(() => {
|
driver.quit().then(() => {
|
||||||
if (title === '0') {
|
if (title === '0') {
|
||||||
// process.exit(0);
|
console.log('Frontend tests have passed.');
|
||||||
} else {
|
} else {
|
||||||
throw new Error('Frontend tests are failing. ' +
|
throw new Error('Frontend tests are failing. ' +
|
||||||
'Please open the frontend.test.html file in a browser.');
|
'Please open the frontend.test.html file in a browser.');
|
||||||
|
|||||||
Reference in New Issue
Block a user