diff --git a/test/cypress/cypress/integration/features/management/rules/validate-paginator.feature b/test/cypress/cypress/integration/features/management/rules/validate-paginator.feature index a168ef2af5..ef429564ae 100644 --- a/test/cypress/cypress/integration/features/management/rules/validate-paginator.feature +++ b/test/cypress/cypress/integration/features/management/rules/validate-paginator.feature @@ -7,13 +7,13 @@ Feature: Validate paginator on Rule page Background: the user navigate to the Rules page Given The wazuh admin user is logged When The user navigates to rules - Then The user see that the rule list is paginated + Then The user sees that the rule list is paginated Scenario: Rules are displayed when user clicks the first page When The user clicks on the second page button - And A new set of rules it's displayed + And A new set of rules is displayed And The user clicks on the first page button - Then The first page of rules it displayed + Then The first page of rules is displayed Scenario: Rules are displayed - Select a previous page When The user clicks on the second page button