mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 07:34:10 +08:00
💡 (textAreaWrapper): add data-testid attribute for better test targeting ✅ (actionsMainPage.spec.ts): add waitForSelector for better test stability ✅ (basicExamples.spec.ts): replace waitForTimeout with waitForSelector ✅ (basicExamples.spec.ts): use data-testid for chat input for consistency ✅ (memoryChatbot.spec.ts): replace waitForTimeout with waitForSelector ✅ (memoryChatbot.spec.ts): use data-testid for chat input for consistency ✅ (documentQA.spec.ts): replace waitForTimeout with waitForSelector ✅ (documentQA.spec.ts): use data-testid for chat input for consistency ✅ (vectorStoreRAG.spec.ts): replace waitForTimeout with waitForSelector ✅ (vectorStoreRAG.spec.ts): use data-testid for chat input for consistency ✅ (tests): add waitForSelector to ensure elements are loaded before interaction ✅ (tests): add waitForSelector for 'fit view' button in end-to-end tests