stable

Clone or download

Read-only

request #16137: Some E2E tests with experimentalFetchPolyfill option enabled fail

Tests has been rewritten to not need a fetch polyfill to instrument the queries. It also decorrelates the E2E tests from the implementation details since the main thing we want to check in this situation is what the users see, not what requests they sent. Replayability of the tracker_artifact.spec.ts has also been improved a bit to keep some sanity while debugging the issue. Change-Id: I9c3edf8eea49397e657c668d5c0243dc4ddbcc41

Modified Files

Name
M plugins/crosstracker/tests/e2e/cypress/cypress.json +1 −2 Go to diff View file
M plugins/crosstracker/tests/e2e/cypress/cypress/integration/cross_tracker_search.spec.ts +0 −10 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-list.tpl.html +1 −1 Go to diff View file
M plugins/testmanagement/tests/e2e/cypress/cypress.json +1 −2 Go to diff View file
M plugins/testmanagement/tests/e2e/cypress/cypress/integration/campaign.spec.ts +2 −28 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress.json +1 −2 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/integration/tracker_artifact.spec.ts +3 −3 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/integration/tracker_workflow.spec.ts +4 −9 Go to diff View file