stable

Clone or download

Read-only

Move the 'Add test' button to the backlog item title section

The button is only visible when the item is expanded. Part of story #15094: have more effective test plan Change-Id: I313d044210cd39f1974c40857ce8f1bc435c153d

Modified Files

Name
M plugins/testplan/scripts/test-plan/po/fr_FR.po +3 −0 Go to diff View file
R plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/AddTestButton.test.ts Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/AddTestButtonWithAdditionalActionsMenu.vue +119 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCard.vue +3 −1 Go to diff View file
D plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/AddTestButton.vue +0 −86 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/ListOfTestDefinitions.vue +0 −6 Go to diff View file
D plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/__snapshots__/AddTestButton.test.ts.snap +0 −17 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/__snapshots__/AddTestButtonWithAdditionalActionsMenu.test.ts.snap +57 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/__snapshots__/BacklogItemCard.test.ts.snap +4 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/url-builder.test.ts +28 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/url-builder.ts +20 −1 Go to diff View file
M plugins/testplan/themes/includes/_backlog-item.scss +2 −2 Go to diff View file
M plugins/testplan/themes/includes/_test-definitions.scss +0 −8 Go to diff View file