You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR addresses test flakiness in the type description service tests by refining the asynchronous wait logic and cleaning up unused imports. Key changes include:
- Removal of the unused assertUtils import.
- Transition from a promise chain to async/await for waiting on the service and handling the response.
- Introduction of an interval-based polling mechanism to send the request and clear the timer upon response.
Fix: #1154
0 commit comments