stable
Clone or download
Read-only
This is part of story #22226 edit test execution comments How to test: - When a comment is already set: -> There is no textarea to add comment -> There is button "Edit comment" -> On clicking of the button, then textarea is displayed - When there is no comment: -> Textarea is displayed -> Button "Edit comment" does not exist - If you set a status without comment -> Textarea is displayed after automatically - If you set a status with a comment -> Textarea is removed automatically Change-Id: I56a0a88ff4b89f281f1102e3a944df11d8089824
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testmanagement/scripts/testmanagement/po/fr.po | +3 | −0 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail-controller.js | +27 | −1 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail-controller.test.js | +47 | −2 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail.tpl.html | +12 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/e2e/cypress/cypress/integration/campaign.spec.ts | +26 | −0 | Go to diff View file |
M | plugins/testmanagement/themes/BurningParrot/css/includes/_current-execution.scss | +6 | −1 | Go to diff View file |