langflow
langflow copied to clipboard
fix: Improve waiting logic in playground.spec.ts
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 change ensures more reliable and efficient waiting in the test cases.