langflow-ai / langflow

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
http://www.langflow.org
MIT License
35.41k stars 4.21k forks source link

refactor: improve waiting logic in Basic Prompting test #4770

Closed anovazzi1 closed 22 hours ago

anovazzi1 commented 3 days ago

This pull request refactors the waiting logic in the Basic Prompting test. The changes include using waitForSelector instead of waitForTimeout to improve the waiting behavior.