forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Cases] Fix flaky test in user actions pagination (elastic#163474)
Fixes elastic#156750 Fixes elastic#156747 Fixes elastic#156744 Fixes elastic#156743 Fixes elastic#156748 Fixes elastic#156746 Fixes elastic#156745 Fixes elastic#156749 ## Summary Basically what you suggested offline @js-jankisalvi. | Scenario | Old Test | Functional test where it is covered | | ------------- | ------------- | ------------- | | Only shows one list of user actions when `total_user_actions < 10` | `'renders only one action list when user actions are less than or equal to 10'` | `'initially renders user actions list correctly'`| | `Show More` button does not show up when `total_user_actions <= page_size` | `'shows more button visible 21st user action added'` | `'initially renders user actions list correctly'` | | Shows 2 user action lists when `total_user_actions > page_size` | `'renders two user actions list when user actions are more than 10'` | `'shows more actions on button click'` | | loading spinner | `'Loading spinner when user actions loading'` | `'shows more actions on button click'` | ## Flaky Test Runner Let's make sure that the functional tests don't become flaky too. https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2826
- Loading branch information
Showing
2 changed files
with
12 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters