astarte-platform / astarte-dashboard

Astarte dashboard
http://astarte-platform.org
Apache License 2.0
17 stars 15 forks source link

Update Cypress tests to remove flakiness #426

Open davidebriani opened 4 months ago

davidebriani commented 4 months ago

Cypress tests should be updated and refactored in order to write assertions that are less prone to errors due to the browser taking too long to perform actions. Indeed, tests are currently written in a way that result in random CI errors, even though the actual code implementation is correct.