Skip to content

Commit

Permalink
chore: lint fix #241
Browse files Browse the repository at this point in the history
  • Loading branch information
bsilkyn committed May 9, 2024
1 parent 7ad71b5 commit e7b6907
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 @@ -22,7 +22,7 @@ describe('login', () => {
cy.get('#logout').click();
});
it('redirects to login page after logging out', () => {
// log in as a test student
// log in as a test student
cy.visit('/api/auth/test-user/student/');
// visit dashboard
cy.visit('/');
Expand Down

0 comments on commit e7b6907

Please sign in to comment.