Skip to content

Commit

Permalink
fix for misspelling on features 4648 (#4682)
Browse files Browse the repository at this point in the history
* fix for misspelling on features 4648

* fix for comment

(cherry picked from commit 049208a)
  • Loading branch information
mauceballos authored and github-actions[bot] committed Oct 14, 2022
1 parent 87ba151 commit 2ad26b1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ad26b1

Please sign in to comment.