Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 4.4-7.16] fix for misspelling on features 4648 #4685

Merged
merged 1 commit into from
Oct 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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