stable
Clone or download
Read-only
fixes request #38618 convert tracker workflow transition into cypress
How to test: run make tests-e2e Converts test_case #15250 and test_case #15236 Change-Id: I21d3809394e38d31e450542794c7a548fbf0892f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerXmlFile/TrackerXmlFileCardDescription.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/helpers/xml-data-extractor.ts | +2 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/Header/HeaderSection.vue | +1 | −0 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/DateInput.vue | +7 | −1 | Go to diff View file |
M | plugins/tracker/templates/admin-header.mustache | +1 | −1 | Go to diff View file |
M | plugins/tracker/templates/permission/groups-by-field.mustache | +3 | −3 | Go to diff View file |
A | plugins/tracker/tests/e2e/cypress/_fixtures/TrackerValidPostAction.xml | +474 | −0 | Go to diff View file |
M | plugins/tracker/tests/e2e/cypress/cypress/e2e/tracker_workflow.cy.ts | +140 | −0 | Go to diff View file |