stable
Clone or download
Read-only
Go to a milestone ยป tests => You should see the backlog items of the milestone in the test plan => While the items are being loaded, card skeleton is displayed => If the milestone hasn't any items, then you should see an empty state => If an error occurred during the load, then you should see an error state Note: illustrations will come later Part of story #14884: Display list of backlog items with their tests definition Change-Id: Ic0c354878424d7679a1d71deef845c33afa61e0a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/scripts/test-plan/po/fr_FR.po | +9 | โ0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/App.vue | +4 | โ2 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCard.test.ts | +38 | โ0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCard.vue | +46 | โ0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemEmptyState.vue | +35 | โ0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemErrorState.vue | +35 | โ0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemSkeleton.vue | +26 | โ0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ListOfBacklogItem.test.ts | +174 | โ0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ListOfBacklogItems.vue | +86 | โ0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ListOfBacklogItemsHeader.vue | +33 | โ0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/__snapshots__/BacklogItemCard.test.ts.snap | +23 | โ0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/__snapshots__/App.test.ts.snap | +3 | โ1 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.test.ts | +77 | โ0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.ts | +64 | โ0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.test.ts | +79 | โ0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.ts | +37 | โ0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/store/backlog-item/index.ts | +36 | โ0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/store/backlog-item/type.ts | +26 | โ0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/index.ts | +2 | โ0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/type.ts | +2 | โ0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/type.ts | +7 | โ0 | Go to diff View file |
M | plugins/testplan/themes/_testplan.scss | +1 | โ0 | Go to diff View file |
A | plugins/testplan/themes/includes/_backlog-item.scss | +53 | โ0 | Go to diff View file |
M | plugins/testplan/themes/includes/_campaign.scss | +2 | โ2 | Go to diff View file |
M | plugins/testplan/themes/includes/_header.scss | +10 | โ0 | Go to diff View file |