You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature increases the coverage of the Rules Module, and Validate refresh option of the rule page continues to work correctly.
Feature
Given the wazuh admin user is logged
When the user navigates to management rules
And the user clicks on the search bar
And the user search a rule by any condition (Example: status:enable)
Then the filter label is displayed on the filter bar (this label must be the same condition as the user wrote on the search bar)
And there are only enabled rules displayed (No se como probar este paso, no hay un campo que indique si las rules estan encencidas o no)
The text was updated successfully, but these errors were encountered:
Scenario Outline: Filter Rule By Level
Given The wazuh admin user is logged
When The user navigates to rules
And The user search a rule by Level <condition>
Then The filter label is displayed on the filter bar with the correct <condition>
And The user can see the rules that match with the <condition>
Examples:
| condition |
| 2 |
Description:
The feature increases the coverage of the Rules Module, and Validate refresh option of the rule page continues to work correctly.
Feature
The text was updated successfully, but these errors were encountered: