stable

Clone or download

Read-only

request #12195 FRS cypress tests are unstable

Since some week, cypress tests nightly job have been removed, because it fail at every single run. Root cause of issue have been identified: - the form send an XHR request that might take times before returning something - the get assertion is done before the end of XHR request (so the timeout is not taken in account) Increasing timeout on button click is not suffisant, my last try is to not rely on what should happen when process has finished but to do my assertions on what exist on service after visiting it. If it does not solve the issue, I'll remove all frs tests. Change-Id: Idf7f721d2423d59d80c7fffc1f0c2ee6894f222d

Modified Files

Name
M tests/e2e/full/cypress/integration/frs_spec.js +7 −0 Go to diff View file