diff --git a/frontend/src/business/components/api/automation/scenario/menu/Menu.js b/frontend/src/business/components/api/automation/scenario/menu/Menu.js index aa603455b9..06ef092b4b 100644 --- a/frontend/src/business/components/api/automation/scenario/menu/Menu.js +++ b/frontend/src/business/components/api/automation/scenario/menu/Menu.js @@ -158,6 +158,7 @@ export function buttons(this_) { export function scenarioAssertion(data, node) { node.active = false; + node.scenarioAss = true; let needAdd = true; data.forEach(data => { if (data.type === "Assertions") {