Skip to content

Commit

Permalink
style: lint fix #407
Browse files Browse the repository at this point in the history
  • Loading branch information
bsilkyn committed May 22, 2024
1 parent aa5ae78 commit abecf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/test/e2e/login.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('login', () => {
// logout
cy.get('#logout').click();
// try to go to dashboard
cy.visit('/')
cy.visit('/');
// should be on login page now
cy.url().should('match', /^.*\/auth\/login$/);
});
Expand Down

0 comments on commit abecf37

Please sign in to comment.