stable
Clone or download
Read-only
request #26387 Improve e2e explicit backlog flaky test
Why is this test flaky: - The artifact is saved and the info message are rendered after the test make assertions What's important in the test, is that user is properly redirected and that the artifact is visible in list Instead of doing this assertion, we check the url, reload the page and check that artifact is present. Change-Id: I508695ef77de5b522c12715fc34c44c1b070c013
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/templates/pane-details-items-list.mustache | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/e2e/cypress/cypress/integration/explicit-backlog.spec.ts | +4 | −1 | Go to diff View file |