stable

Clone or download

Read-only

Add a label to the test case status icon

Part of story #15094: have more effective test plan Change-Id: I88ba353997078b844fd595e64e3144948fdf584f

Modified Files

Name
M plugins/testplan/scripts/test-plan/po/fr_FR.po +15 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCard.test.ts +0 −84 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCard.vue +5 −23 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardStatus.test.ts +63 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardStatus.vue +83 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/__snapshots__/TestDefinitionCard.test.ts.snap +2 −4 Go to diff View file
M plugins/testplan/themes/includes/_header.scss +2 −1 Go to diff View file
A plugins/testplan/themes/includes/_media-query-definitions.scss +24 −0 Go to diff View file
M plugins/testplan/themes/includes/_test-definitions.scss +13 −0 Go to diff View file
A src/themes/tlp/src/scss/components/_tooltips-mixins.scss +96 −0 Go to diff View file
M src/themes/tlp/src/scss/components/_tooltips.scss +5 −60 Go to diff View file