langflow icon indicating copy to clipboard operation
langflow copied to clipboard

fix: Improve waiting logic in playground.spec.ts

Open anovazzi1 opened this issue 3 months ago • 0 comments

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.

anovazzi1 avatar Nov 18 '24 14:11 anovazzi1