From d5db4308ad4b879f8679f3d1d21cd195dfc53746 Mon Sep 17 00:00:00 2001 From: Maxim Palenov Date: Mon, 12 Feb 2024 12:43:10 +0100 Subject: [PATCH] use proper Gherkin syntax --- .../prebuilt_rules/installation_and_upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/docs/testing/test_plans/detection_response/prebuilt_rules/installation_and_upgrade.md b/x-pack/plugins/security_solution/docs/testing/test_plans/detection_response/prebuilt_rules/installation_and_upgrade.md index d1d26c2724c93..b60609b45be9d 100644 --- a/x-pack/plugins/security_solution/docs/testing/test_plans/detection_response/prebuilt_rules/installation_and_upgrade.md +++ b/x-pack/plugins/security_solution/docs/testing/test_plans/detection_response/prebuilt_rules/installation_and_upgrade.md @@ -967,7 +967,7 @@ When a user upgrades the rule Then the rule bound data should be preserved ``` -CASEs: generated alerts, exception lists (rule exception list, shared exception list, endpoint exception list), timeline reference, actions, enabled state, execution results and execution events. +Examples: generated alerts, exception lists (rule exception list, shared exception list, endpoint exception list), timeline reference, actions, enabled state, execution results and execution events. #### **Scenario: Rule bound data is preserved after upgrading a rule to a newer version with a different rule type** @@ -981,7 +981,7 @@ When a user upgrades the rule Then the rule bound data should be preserved ``` -CASEs: generated alerts, exception lists (rule exception list, shared exception list, endpoint exception list), timeline reference, actions, enabled state, execution results and execution events. +Examples: generated alerts, exception lists (rule exception list, shared exception list, endpoint exception list), timeline reference, actions, enabled state, execution results and execution events. ### Rule upgrade workflow: misc cases