Remove skip from login redirect test
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user