stable
Clone or download
Read-only
request #18395 Project milesttone cypress tests have broken empty state
How to reproduce: Run project milestone in browser => empty state is not displayed => many errors are thrown in console With this patch, the empty state is properly displayed, to ensure that widget should render an assertion on button have been made Change-Id: Ibe07452a1d25ae87bfcb3ac12de14f1fff7069c3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/projectmilestones/scripts/projectmilestones/src/components/ProjectMilestonesEmpty/RoadmapEmptyStateSection.vue | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/ProjectMilestonesEmpty/__snapshots__/RoadmapEmptyStateSection.test.ts.snap | +1 | −0 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/store/actions.ts | +4 | −2 | Go to diff View file |
M | plugins/projectmilestones/tests/e2e/cypress/cypress/integration/projectmilestones.spec.ts | +2 | −2 | Go to diff View file |