From 9d876ec669e97ee76872949b2bfba6e69914ff73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Re=C3=A9?= Date: Wed, 15 May 2024 12:16:57 +0200 Subject: [PATCH] WIP reenable auth --- cypress/tests/visual/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/tests/visual/base.js b/cypress/tests/visual/base.js index 8a400a50..86efab73 100644 --- a/cypress/tests/visual/base.js +++ b/cypress/tests/visual/base.js @@ -69,7 +69,7 @@ describe('Visual base', () => ); }); - xdescribe(`authenticated`, () => { + describe(`authenticated`, () => { beforeEach(() => { cy.visit('/login'); cy.get('#login-form-submit');