Skip to content

Commit

Permalink
WIP reenable auth
Browse files Browse the repository at this point in the history
  • Loading branch information
reebalazs committed May 15, 2024
1 parent b87a49d commit 9d876ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/visual/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('Visual base', () =>
);
});

xdescribe(`authenticated`, () => {
describe(`authenticated`, () => {
beforeEach(() => {
cy.visit('/login');
cy.get('#login-form-submit');
Expand Down

0 comments on commit 9d876ec

Please sign in to comment.