add registration to tests

pull/1/head
ansuz 8 years ago
parent 8a09083fd7
commit bd3dcebf1f

@ -27,6 +27,7 @@ var SC_GET_DATA = "return (window.__CRYPTPAD_TEST__) ? window.__CRYPTPAD_TEST__.
var failed = false;
var nt = nThen;
[
'/register/#?test=test',
'/assert/#?test=test',
// '/auth/#?test=test' // TODO(cjd): Not working on automatic tests, understand why.
].forEach(function (path) {
@ -76,4 +77,4 @@ nt(function (waitFor) {
driver.quit().then(waitFor(function () {
if (failed) { process.exit(100); }
}));
});
});

Loading…
Cancel
Save