diff --git a/frontend/src/performance/components/testPlan/EditTestPlan.vue b/frontend/src/performance/components/testPlan/EditTestPlan.vue index 1513c96d4e..3350e316db 100644 --- a/frontend/src/performance/components/testPlan/EditTestPlan.vue +++ b/frontend/src/performance/components/testPlan/EditTestPlan.vue @@ -117,6 +117,7 @@ type: 'success' }); this.$refs.advancedConfig.cancelAllEdit(); + this.$router.push({path: '/loadtest/all'}) }); }, saveAndRun() {