ssung1 / ubipong-ui-ng

This is an application to keep scores in ping pong tournaments.
0 stars 0 forks source link

Replace cypress-wait-until with cy.wait(alias) #52

Closed ssung1 closed 2 years ago

ssung1 commented 2 years ago

See if we can use cy.wait(alias):

https://docs.cypress.io/api/commands/wait

This would allow us to remove the dependency on cypress-wait-until

ssung1 commented 2 years ago

done. in most cases cypress waits correctly without cy.wait