Flaky(UI): Glossary import export #25693
Conversation
Code Review 👍 Approved with suggestions 0 resolved / 1 findingsClean fix for flaky tests — replaces arbitrary timeouts with state-based waits and uses a more reliable file input selector. One minor suggestion to scope the 💡 Quality: Generic
|
| Auto-apply | Compact |
|
|
Was this helpful? React with 👍 / 👎 | Gitar
|
|
Failed to cherry-pick changes to the 1.11.9 branch. |
* fixed glossary import export flakyness * removed timeout



Describe your changes:
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Summary by Gitar
getByTestId('upload-file-widget')with reliable[type="file"]selectorwaitForTimeout(500)with state-based waits for upload widget to disappearThis will update automatically on new commits.