stable
Clone or download
Read-only
Given a campaign has been successfully created (POST ok), but we cannot retrieve information about this new campaign (GET ko), then the campaign should be dimmed, and a message should be displayed on top of the list of campaigns. Part of story #14882: Create new campaign in new βTestβ screen Change-Id: I5006e513fa5872915fa307ad9a6213dabef84a86
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/scripts/test-plan/po/fr_FR.po | +3 | β0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignCard.test.ts | +35 | β0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignCard.vue | +4 | β0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/Campaigns/GlobalErrorMessage.test.ts | +56 | β0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/Campaigns/GlobalErrorMessage.vue | +43 | β0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaigns.test.ts | +26 | β14 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaigns.vue | +8 | β5 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaignsHeader.test.ts | +10 | β5 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaignsHeader.vue | +4 | β2 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/Campaigns/__snapshots__/GlobalErrorMessage.test.ts.snap | +15 | β0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/campaign/campaign-actions.test.ts | +18 | β2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/campaign/campaign-actions.ts | +24 | β11 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/campaign/campaign-mutations.test.ts | +48 | β12 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/campaign/campaign-mutations.ts | +10 | β2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/campaign/index.ts | +2 | β1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/campaign/type.ts | +2 | β1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/type.ts | +1 | β0 | Go to diff View file |
M | plugins/testplan/themes/includes/_campaign.scss | +9 | β0 | Go to diff View file |