epinio / epinio-end-to-end-tests

Files used to run Epinio end-to-end tests
Apache License 2.0
1 stars 2 forks source link

[Cypress] Improve menu test flakiness (esp. for NUE runners) #378

Closed mmartin24 closed 1 year ago

mmartin24 commented 1 year ago

Issue

Lately, we have been observing flakiness in menu tests, particularly on the test Check "About" page and main links

This can lead to either to leave NUE runners in a total hanging state as this one Rancher-UI-2-Firefox #743 or to completely break all the other tests as in STD-UI-Latest-Chrome #663

Image

Additional context.

These issues seem to disappear when trying in other runners like this one in Prague: Rancher-UI-2-Firefox #30 Aside from this, it seems that the cy.reload or cy.back may be troubling at times

Request

Let's try to make the tests even more bullet proof and in the worst case, let's minimize its impact to other tests.