stable
Clone or download
Read-only
request #21413 Have an end-to-end test for the edition artifact modal
How to test: - rebuild list-picker, the artifact modal and agiledashboard (or just make post-checkout) - make tests_cypress should succeed Change-Id: I06fbc5186df3d27796dbf7fdb8c85368931c9ad3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/kanban/src/app/kanban-item/kanban-item.tpl.html | +7 | −1 | Go to diff View file |
A | plugins/agiledashboard/tests/e2e/cypress/_fixtures/artifact-modal/data/Artifact101 | +3 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/e2e/cypress/_fixtures/artifact-modal/project.xml | +336 | −216 | Go to diff View file |
A | plugins/agiledashboard/tests/e2e/cypress/cypress/fixtures/svg_attachment.svg | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/e2e/cypress/cypress/integration/artifact-modal.spec.ts | +213 | −38 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/followups/FollowupEditor.vue | +1 | −1 | Go to diff View file |
M | src/scripts/lib/list-picker/src/dropdown/DropdownManager.ts | +2 | −0 | Go to diff View file |
M | src/scripts/lib/list-picker/src/items/ListItemMapBuilder.ts | +1 | −0 | Go to diff View file |
M | src/scripts/lib/list-picker/src/renderers/BaseComponentRenderer.ts | +1 | −0 | Go to diff View file |
M | src/scripts/lib/list-picker/src/renderers/__snapshots__/DropdownContentRenderer.test.ts.snap | +14 | −14 | Go to diff View file |