Remove skip from login redirect test

This commit is contained in:
Aarni Halinen
2021-01-13 18:44:45 +02:00
parent 4c5bbfe90c
commit 06c1e25d63
+1 -1
View File
@@ -35,7 +35,7 @@ test("User can log out and is redirected to login", async t => {
await t.expect(loginForm.exists).ok();
});
test.skip("User is redirected to login when JWT token is invalid", async t => {
test("User is redirected to login when JWT token is invalid", async t => {
/**
* Test if the user is redirected to login when JWT token is invalid.
*/