stable
Clone or download
Read-only
When a backlog item is expanded in the test plan view, we know display a test definition skeleton. This is another preliminary step to be able to see the tests of a backlog item (in a next episode, stay tuned). Part of story #14884: Display list of backlog items with their tests definition Change-Id: Ia56e9f730bd2a8ac6c2b78419cb45efbab260e41
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCard.vue | +10 | −1 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemContainer.test.ts | +72 | −0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemContainer.vue | +47 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ListOfBacklogItem.test.ts | +3 | −3 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ListOfBacklogItems.vue | +3 | −1 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/ListOfTestDefinitions.test.ts | +30 | −0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/ListOfTestDefinitions.vue | +36 | −0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionSkeleton.vue | +26 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/__snapshots__/BacklogItemCard.test.ts.snap | +1 | −1 | Go to diff View file |
M | plugins/testplan/themes/_testplan.scss | +1 | −0 | Go to diff View file |
M | plugins/testplan/themes/includes/_backlog-item.scss | +13 | −0 | Go to diff View file |
A | plugins/testplan/themes/includes/_test-definitions.scss | +36 | −0 | Go to diff View file |