mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-23 02:53:32 +00:00
fix: cypress test
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user