diff --git a/frontend/cypress/e2e/testLogin.cy.js b/frontend/cypress/e2e/testLogin.cy.js index 4c2496ae..23aa0cdb 100644 --- a/frontend/cypress/e2e/testLogin.cy.js +++ b/frontend/cypress/e2e/testLogin.cy.js @@ -132,7 +132,7 @@ describe('Login Component', () => { // Check if loading state is shown cy.contains('Logging in...').should('be.visible') - cy.get('svg.animate-spin').should('be.visible') + cy.get('.animate-spin').should('be.visible') // Wait for API call to finish cy.wait('@slowLogin')