diff --git a/frontend/src/business/components/api/automation/scenario/common/Jsr233ProcessorContent.vue b/frontend/src/business/components/api/automation/scenario/common/Jsr233ProcessorContent.vue index 8f263571ab..eee1218823 100644 --- a/frontend/src/business/components/api/automation/scenario/common/Jsr233ProcessorContent.vue +++ b/frontend/src/business/components/api/automation/scenario/common/Jsr233ProcessorContent.vue @@ -101,7 +101,7 @@ children: [ { title: this.$t('project.code_segment.stop_test'), - value: 'ctx.getEngine().stopThreadNow(ctx.getThread().getThreadName())' + value: 'ctx.getEngine().stopThreadNow(ctx.getThread().getThreadName());' }, ] }, diff --git a/frontend/src/business/components/project/menu/function/script-menu.js b/frontend/src/business/components/project/menu/function/script-menu.js index 52b48f6cad..9d3e751e89 100644 --- a/frontend/src/business/components/project/menu/function/script-menu.js +++ b/frontend/src/business/components/project/menu/function/script-menu.js @@ -61,7 +61,7 @@ export const SCRIPT_MENU = [ children: [ { title: i18n.t('project.code_segment.stop_test'), - value: 'ctx.getEngine().stopThreadNow(ctx.getThread().getThreadName())' + value: 'ctx.getEngine().stopThreadNow(ctx.getThread().getThreadName());' }, ] },