From 2ad26b1c02a0a3d21c372d3f743105126f41143a Mon Sep 17 00:00:00 2001 From: mauceballos <76791841+mauceballos@users.noreply.github.com> Date: Fri, 14 Oct 2022 15:05:07 +0000 Subject: [PATCH] fix for misspelling on features 4648 (#4682) * fix for misspelling on features 4648 * fix for comment (cherry picked from commit 049208a652cfc4fafa7bf81570826e38dea153c0) --- .../features/management/rules/validate-paginator.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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