stable
Clone or download
Read-only
When there is no campaign, we should display an empty state instead of nothing. Part of story #14881: Transform “Test Management” pane in “Integrated pane” Test Change-Id: I836b47b12801454dd3f4364d9ff43f973a5f5468
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/scripts/test-plan/po/fr_FR.po | +3 | −0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignEmptyState.test.ts | +32 | −0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignEmptyState.vue | +41 | −0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignEmptyStateSvg.vue | +794 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaigns.test.ts | +30 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaigns.vue | +13 | −1 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/Campaigns/__snapshots__/CampaignEmptyState.test.ts.snap | +23 | −0 | Go to diff View file |
M | plugins/testplan/templates/test-plan-unsupported-browser.mustache | +1 | −1 | Go to diff View file |