stable

Clone or download

Read-only

Mark as expand/collapse the backlog item

Nothing really fancy, this only changes the caret to show the current state for each backlog item. This is a preliminary step to be able to see the tests of a backlog item (in a next episode). User can open the backlog item in a new tab. Part of story #14884: Display list of backlog items with their tests definition Change-Id: I3ef2487b0bcf6c2e71583a49d39f1d0b9ccb9a1b

Modified Files

Name
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCard.test.ts +76 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCard.vue +36 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/__snapshots__/BacklogItemCard.test.ts.snap +10 −4 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.test.ts +9 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.ts +7 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.test.ts +54 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.ts +19 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/type.ts +6 −0 Go to diff View file
M plugins/testplan/themes/includes/_backlog-item.scss +4 −0 Go to diff View file