stable

Clone or download

Read-only

'text' fromat are not supported anymore when submitting Step Definition

field via REST Part of story #19730 manage steps in REST API: POST /artifacts Why? Since the story #18337 markdown replace text, the 'text' format is not available anymore when submtting a new artififact which contains a Step Definition field. How to test: - Try to submit a new artifact with a step which contains the 'text' format => It returns 400 Change-Id: Ibaf4d325ed89b047d4d6674e6c697007f8d8ce1a

Modified Files

Name
M plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinitionDataConverter.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/Step/StepChecker.php +16 −4 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Step/Definition/Field/StepDefinitionDataConverterTest.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Step/StepCheckerTest.php +40 −8 Go to diff View file