stable

Clone or download

Read-only

Do create the campaign

Open the modal, fill the name, choose tests and submit. => The campaign is created During creation animation is played to show to the user that something is happening, like in taskboard when you create cards. No error handling is done for now. Part of story #14882: Create new campaign in new β€œTest” screen Change-Id: Ieaa6fb7f510d359dfb33708163a3a82cef3dc0d8

Modified Files

Name
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignCard.test.ts +58 βˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignCard.vue +13 βˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateModal.test.ts +37 βˆ’1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateModal.vue +62 βˆ’9 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/__snapshots__/CreateModal.test.ts.snap +6 βˆ’4 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/campaign/campaign-actions.test.ts +83 βˆ’1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/campaign/campaign-actions.ts +61 βˆ’4 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/campaign/campaign-mutations.test.ts +59 βˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/campaign/campaign-mutations.ts +22 βˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/campaign/type.ts +5 βˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/type.ts +2 βˆ’0 Go to diff View file
M plugins/testplan/themes/includes/_campaign.scss +47 βˆ’2 Go to diff View file