anovazzi1
anovazzi1
Improve the waiting logic in the tweksTest.spec.ts file to ensure that the necessary elements are loaded before interacting with them. This includes using the waitForSelector function with appropriate timeouts for...
Improve the wait time in the saveComponents.spec.ts file to ensure that the necessary elements are loaded before interacting with them. This helps prevent potential errors and improves the reliability of...
This pull request includes refactoring changes to the `freeze-path.spec.ts` and `freeze.spec.ts` files. The changes involve improving the timing of certain actions by using `waitForSelector` instead of `waitForTimeout`. Additionally, unnecessary code...
This pull request improves the waiting logic in the `playground.spec.ts` file. It replaces the use of `page.waitForTimeout` with `page.waitForSelector` to wait for specific elements to appear on the page. This...
Refactor the componentHoverAdd.spec.ts file to improve performance
this pr update the icons in langchain bundle to ensure the pattern
This pull request refactors the EmptyParameterComponent by removing the unnecessary value rendering. The previous implementation was rendering the value as a string, but it is no longer needed.
This pull request fixes the duplicate function to ensure that the onSuccess callback is properly called.
This pull request includes refactoring changes to the `toTitleCase` function and the `CrashErrorComponent`. The `toTitleCase` function has been updated to handle the `ignoreTitleCase` option, allowing certain words to be excluded...