stable

Clone or download

Read-only

feat: Display more than one line in comment preview

Instead of displaying only the first line of the comment we now display the full comment, but clipped to a max height. If the comment contains images, they are displayed as thumbnails. If user clicks on the expand icon, the modal display the full comment, with images in their original size. Part of story #22226: edit test execution comments Change-Id: If62b168a79edc7780faa9048e07338c5b1a09551

Modified Files

Name
M plugins/testmanagement/package-lock.json +0 −601 Go to diff View file
M plugins/testmanagement/package.json +0 −7 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/po/fr.po +0 −3 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail-controller.js +0 −10 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail.tpl.html +7 −2 Go to diff View file
D plugins/testmanagement/scripts/testmanagement/src/execution/hast-util-to-string.d.ts +0 −7 Go to diff View file
D plugins/testmanagement/scripts/testmanagement/src/execution/rehype-parse.d.ts +0 −7 Go to diff View file
D plugins/testmanagement/scripts/testmanagement/src/execution/truncate.test.ts +0 −102 Go to diff View file
D plugins/testmanagement/scripts/testmanagement/src/execution/truncate.ts +0 −98 Go to diff View file
D plugins/testmanagement/scripts/testmanagement/src/execution/unist-util-remove.d.ts +0 −12 Go to diff View file
M plugins/testmanagement/tests/e2e/cypress/cypress/integration/campaign.spec.ts +5 −3 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_current-execution.scss +11 −4 Go to diff View file