diff --git a/frontend/src/business/components/api/test/ApiTestConfig.vue b/frontend/src/business/components/api/test/ApiTestConfig.vue index 9d90a5b12d..d937b9e94d 100644 --- a/frontend/src/business/components/api/test/ApiTestConfig.vue +++ b/frontend/src/business/components/api/test/ApiTestConfig.vue @@ -292,8 +292,7 @@ export default { }); }, cancel() { - console.log(this.test.toJMX().xml) - // this.$router.push('/api/test/list/all'); + this.$router.push('/api/test/list/all'); }, handleCommand(command) { switch (command) {