diff --git a/tests/testcafe/admin/login.test.ts b/tests/testcafe/admin/login.test.ts index c6237b6..cac129f 100644 --- a/tests/testcafe/admin/login.test.ts +++ b/tests/testcafe/admin/login.test.ts @@ -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. */