stable
Clone or download
Read-only
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 |