Closed ssung1 closed 2 years ago
See if we can use cy.wait(alias):
cy.wait(alias)
https://docs.cypress.io/api/commands/wait
This would allow us to remove the dependency on cypress-wait-until
done. in most cases cypress waits correctly without cy.wait
See if we can use
cy.wait(alias)
:This would allow us to remove the dependency on cypress-wait-until