test(RHOAIENG-79908): add texts to preserve search input min width in ai hub catalog - #9229
Conversation
|
Warning Review limit reached
Next review available in: 47 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited), Organization UI (inherited) Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited), Organization UI (inherited) Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📜 Recent review details⏰ Context from checks skipped due to timeout. (6)
🧰 Additional context used📓 Path-based instructions (3)**⚙️ CodeRabbit configuration file
Files:
packages/cypress/**/*.{ts,js}⚙️ CodeRabbit configuration file
Files:
**/*.{ts,tsx,js,jsx}⚙️ CodeRabbit configuration file
Files:
📝 WalkthroughWalkthroughAdded search-input page-object helpers for the Agents, MCP, and Model Catalogs. Added mocked Cypress regression tests for each catalog. The tests configure catalog API responses, open the catalog pages, and verify that the search inputs are visible and at least 400 pixels wide. 🚥 Pre-merge checks | ✅ 10✅ Passed checks (10 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/early-gate-build |
|
FYI Please be sure to rebase this pull request before approving it, to get the latest mock location changes |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
5f826a4 to
b22a41e
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9229 +/- ##
==========================================
+ Coverage 59.93% 60.43% +0.50%
==========================================
Files 3124 3150 +26
Lines 97153 97818 +665
Branches 25572 25750 +178
==========================================
+ Hits 58224 59117 +893
+ Misses 38929 38701 -228
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
|
/early-gate-build |
Signed-off-by: Philip Colares Carneiro <philip.colares@gmail.com>
Signed-off-by: Philip Colares Carneiro <philip.colares@gmail.com>
Signed-off-by: Philip Colares Carneiro <philip.colares@gmail.com>
Signed-off-by: Philip Colares Carneiro <philip.colares@gmail.com>
6bfe1f8 to
0b81daf
Compare
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
https://redhat.atlassian.net/browse/RHOAIENG-79908
Description
To prevent in the future to bug of the searchbar size re-appear.
I created tests to don't let it happen again.
How Has This Been Tested?
It was tested if the search input field in Model Catalog, MCP Catalog and Agent Catalog have at least 400px width via cypress
Test Impact
Don't let this bug re-appear in the future
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
mainSummary by CodeRabbit