Fixed text auth without perms

stable
Jesús Espino 2017-02-23 09:22:09 +01:00
parent 688555734f
commit 8bd4345c36
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ describe('auth', function() {
let url = await browser.getCurrentUrl();
expect(url).to.be.equal(browser.params.glob.host + 'login?next=' + encodeURIComponent('/' + path));
expect(url).to.be.equal(browser.params.glob.host + 'login?unauthorized&next=' + encodeURIComponent('/' + path));
});
it("login redirect to the previous one", async function() {