diff --git a/test/cypress/cypress/integration/features/management/rules/draft--check-rows-dropdow.feature b/test/cypress/cypress/integration/features/management/rules/draft--check-rows-dropdow.feature deleted file mode 100644 index fe2b65c431..0000000000 --- a/test/cypress/cypress/integration/features/management/rules/draft--check-rows-dropdow.feature +++ /dev/null @@ -1,51 +0,0 @@ -Feature: Validate row dropdown on Rule page - - As a wazuh user - I want to see the Rules pages - in order to manage them - - Scenario: Rules are displayed - Select 10 rows - Given the wazuh admin user is logged - When the user navigates to management rules - And the user sees that the rule list is displayed with a limit per rows - And the user clicks the limit selector - And the user selects 10 rows - Then a maximum of 10 rows of rules are displayed per page - - - Scenario: Rules are displayed - Select 15 rows - Given the wazuh admin user is logged - When the user navigates to management rules - And the user sees that the rule list is displayed with a limit per rows - And the user clicks the limit selector - And the user selects 15 rows - Then a maximum of 15 rows of rules are displayed per page - - - Scenario: Rules are displayed - Select 25 rows - Given the wazuh admin user is logged - When the user navigates to management rules - And the user sees that the rule list is displayed with a limit per rows - And the user clicks the limit selector - And the user selects 25 rows - Then a maximum of 25 rows of rules are displayed per page - - - - Scenario: Rules are displayed - Select 50 rows - Given the wazuh admin user is logged - When the user navigates to management rules - And the user sees that the rule list is displayed with a limit per rows - And the user clicks the limit selector - And the user selects 50 rows - Then a maximum of 50 rows of rules are displayed per page - - - - Scenario: Rules are displayed - Select 100 rows - Given the wazuh admin user is logged - When the user navigates to management rules - And the user sees that the rule list is displayed with a limit per rows - And the user clicks the limit selector - And the user selects 100 rows - Then a maximum of 100 rows of rules are displayed per page