stable
Clone or download
Read-only
Part of story #18337 markdown replace text How to test: - Go into an artifact which contains the step defintion field - Choose the Markdown format in the format selector => The preview button and the helper buttons should appear - Click on the preview button => The format selector and the Help button are disabled The rest of the preview functionality will be done in the next patch Change-Id: Ia818d3a480c86348bc1985378600ad49114a54b7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testmanagement/package-lock.json | +281 | −0 | Go to diff View file |
M | plugins/testmanagement/package.json | +2 | −0 | Go to diff View file |
A | plugins/testmanagement/scripts/step-definition-field/CommonMark/CommonmarkPreviewButton.test.js | +44 | −0 | Go to diff View file |
A | plugins/testmanagement/scripts/step-definition-field/CommonMark/CommonmarkPreviewButton.vue | +55 | −0 | Go to diff View file |
R | plugins/testmanagement/scripts/step-definition-field/CommonmarkSyntaxHelper.vue | Go to diff View file | ||
A | plugins/testmanagement/scripts/step-definition-field/StepDefinitionActions.test.js | +123 | −0 | Go to diff View file |
M | plugins/testmanagement/scripts/step-definition-field/StepDefinitionActions.vue | +49 | −7 | Go to diff View file |
A | plugins/testmanagement/scripts/step-definition-field/helpers/local-vue.js | +35 | −0 | Go to diff View file |
M | plugins/testmanagement/scripts/step-definition-field/po/fr.po | +6 | −0 | Go to diff View file |
M | plugins/testmanagement/themes/FlamingParrot/css/style.scss | +3 | −1 | Go to diff View file |