This commit is contained in:
Caleb James DeLisle
2017-12-14 11:34:44 +01:00
parent 9b6f3b3162
commit 6ac4fa4689
5 changed files with 52 additions and 7 deletions

View File

@@ -28,9 +28,9 @@ 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.
'/register/#?test=auto',
//'/assert/#?test=auto',
'/auth/#?test=auto'
].forEach(function (path) {
if (failed) { return; }
var url = 'http://localhost:3000' + path;