HMS-9726: Add filter type patch tests#1491
HMS-9726: Add filter type patch tests#1491swadeley wants to merge 1 commit intoRedHatInsights:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1491 +/- ##
=======================================
Coverage 62.53% 62.53%
=======================================
Files 127 127
Lines 3310 3310
Branches 892 899 +7
=======================================
Hits 2070 2070
Misses 1120 1120
Partials 120 120 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dc45675 to
4140157
Compare
| await expect(page.getByRole('button', { name: 'Conditional filter toggle' })).toBeVisible(); | ||
| }); | ||
|
|
||
| test('Filter types on Systems page', async ({ page, systems }) => { |
There was a problem hiding this comment.
the filtered data for systems could be verified for most of these (maybe excluding Tags?)
There was a problem hiding this comment.
OK, improvements made, thank you
There was a problem hiding this comment.
sorry, by this comment i meant to verify the data displayed is expected when filtering in the following steps (similar to what you've done for advisories and packages).
to test the tags filter, i think this would involve adding a new system archive with a tag (found some docs here that might be helpful)
There was a problem hiding this comment.
Sorry for delay, will get to this after PTO
There was a problem hiding this comment.
no worries, thank you for picking this up ❤️ reach out when you get back if you need any help
Support exact match in filter helper Use exact match for menu items https://issues.redhat.com/browse/HMS-9726
Description
[QE] Add tests for filtering/searching in Patch
How to test the PR
Automated tests pass