stable

Clone or download

Read-only

Refreshing error state

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