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] Make cypress UI tests green again #381

Closed mmartin24 closed 1 year ago

mmartin24 commented 1 year ago

Several items to tackle and investigate:

mmartin24 commented 1 year ago

PR for disabling reload on About tests here: https://github.com/epinio/epinio-end-to-end-tests/pull/380

mmartin24 commented 1 year ago

Also spaced the different test workflows' starting times here: https://github.com/epinio/epinio-end-to-end-tests/pull/382

mmartin24 commented 1 year ago

It seems the above did not helped after today's results on NUE runners:

STD-UI-Latest-Chrome #670 Applications: error verifying credentials: error while connecting to the Epinio server: empty Almost all the rest: AssertionError: Timed out retrying after 240000ms: Expected to find content: '===> EXPORTING' but never did.

STD-UI-Latest-Firefox #553 AssertionError: Timed out retrying after 240000ms: Expected to find content: '===> EXPORTING' but never did. AssertionError: Timed out retrying after 10000ms: Expected to find content: 'Namespaces 3' within the element: [ <h1>, 2 more... ] but never did. NS_ERROR_UNEXPECTED

Rancher-UI-1-Chrome #760 s3gw: AssertionError: Timed out retrying after 240000ms: Expected to find content: '===> EXPORTING' but never did. minio: stucked. (had to pull out)

Rancher-UI-2-Firefox #751 1 test failing with AssertionError: Timed out retrying after 240000ms: Expected to find content: '===> EXPORTING' but never did.

mmartin24 commented 1 year ago

This issue above due to: https://github.com/epinio/epinio/issues/2583; already solved. Apart from that Rancher Chrome tests, presented an issue with runner gha08-runner-0so I moved it and open this issue: https://github.com/epinio/epinio/issues/2598

After all this, status of tests are green again, so closing issue: image