-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix(Cluster rules table): display table rows only when filtering is completed #261
fix(Cluster rules table): display table rows only when filtering is completed #261
Conversation
Codecov Report
@@ Coverage Diff @@
## master #261 +/- ##
==========================================
+ Coverage 83.22% 83.27% +0.05%
==========================================
Files 24 24
Lines 924 927 +3
Branches 331 331
==========================================
+ Hits 769 772 +3
Misses 155 155
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good finding
471ecae
to
474804a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
## [1.3.12](v1.3.11...v1.3.12) (2022-05-09) ### Bug Fixes * **Cluster rules table:** display table rows only when filerting is complete ([#261](#261)) ([8016533](8016533))
🎉 This PR is included in version 1.3.12 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
The bug was discovered when the cypress rows counting test was failing (for a manual test, the bug is not visible, however, automated tests are able to identify them since they manipulate with interface way faster than users).
This makes the table show rows only when the data filtering and sorting are complete.