-
Notifications
You must be signed in to change notification settings - Fork 1.6k
ui: Fix right panel flakiness #24994
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
Conversation
…nd HTTP validation
openmetadata-ui/src/main/resources/ui/playwright/utils/entity.ts
Outdated
Show resolved
Hide resolved
Code Review 👍 Approved with suggestionsSolid test reliability improvements with robust response handling. One concern about removed functionality potentially affecting other callers.
|
| Auto-apply | ✅ Code review | Compact |
|
|
|
Was this helpful? React with 👍 / 👎 | This comment will update automatically (Docs)
|
|
Failed to cherry-pick changes to the 1.11.5 branch. |
(cherry picked from commit 1053894)



Describe your changes:
What does this PR fix?
Related Issues:
I worked on ... because ...
Summary by Gitar
response.status() < 400validation inutils/entity.tsandutils/entityPanel.tsif (await element.isVisible())patterns with explicitelement.waitFor({ state: 'visible' })callsbeforeAllhook inRightEntityPanelFlow.spec.tspreventing test interferenceclearAndAddGlossaryTerms,clearDataProducts) reducing complexity by 84 linesThis will update automatically on new commits.
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>