Skip to content

Commit b561e79

Browse files
committed
fix: cypress test
1 parent e567acb commit b561e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/cypress/e2e/testLogin.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ describe('Login Component', () => {
132132

133133
// Check if loading state is shown
134134
cy.contains('Logging in...').should('be.visible')
135-
cy.get('svg.animate-spin').should('be.visible')
135+
cy.get('.animate-spin').should('be.visible')
136136

137137
// Wait for API call to finish
138138
cy.wait('@slowLogin')

0 commit comments

Comments
 (0)