From b561e794409695b7bd2c92fc738fc49df2384f0b Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Sun, 8 Jun 2025 01:27:10 +0530 Subject: [PATCH] fix: cypress test --- frontend/cypress/e2e/testLogin.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')