From 06c1e25d63af2caf81a816a4308608d425fc7416 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Wed, 13 Jan 2021 18:44:45 +0200 Subject: [PATCH] Remove skip from login redirect test --- tests/testcafe/admin/login.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */