Skip to content

Commit 7b2f178

Browse files
committed
chore: fix failing cypress test
1 parent 1ed0f31 commit 7b2f178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/login.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('Login page', () => {
2020
});
2121

2222
it('should redirect to repo list on valid login', () => {
23-
cy.intercept('GET', '**/api/auth/me').as('getUser');
23+
cy.intercept('GET', '**/api/auth/profile').as('getUser');
2424

2525
cy.get('[data-test="username"]').type('admin');
2626
cy.get('[data-test="password"]').type('admin');

0 commit comments

Comments
 (0)