fix: cypress test

This commit is contained in:
Abhinav Raut
2025-06-08 01:27:10 +05:30
parent e567acbe59
commit b561e79440
+1 -1
View File
@@ -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')