stable

Clone or download

Read-only

request #26392 Move workflow tests to e2e suite

convert test_case #15451, test_case #15449, test_case #15444, test_case #15393, test_case #15251 Run cypress suite, test should end without error If you open the tests loclly, you can run multiple times the test suite Change-Id: I833ba6c8cf6f66a6b9026675fd4ca1d3b498bdf1

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Fieldset.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.php +1 −0 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowModeSwitch.vue +2 −0 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowModeSwitchModal.vue +1 −0 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/SetValueAction.vue +1 −0 Go to diff View file
M plugins/tracker/templates/admin-header.mustache +6 −2 Go to diff View file
A plugins/tracker/tests/e2e/cypress/_fixtures/workflow/project.xml +911 −0 Go to diff View file
A plugins/tracker/tests/e2e/cypress/_fixtures/workflow/users.xml +35 −0 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/integration/tracker_workflow.spec.ts +189 −0 Go to diff View file