We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed0f31 commit 7b2f178Copy full SHA for 7b2f178
cypress/e2e/login.cy.js
@@ -20,7 +20,7 @@ describe('Login page', () => {
20
});
21
22
it('should redirect to repo list on valid login', () => {
23
- cy.intercept('GET', '**/api/auth/me').as('getUser');
+ cy.intercept('GET', '**/api/auth/profile').as('getUser');
24
25
cy.get('[data-test="username"]').type('admin');
26
cy.get('[data-test="password"]').type('admin');
0 commit comments