fix: improve vector store test (#5121)
* 📝 (.github/changes-filter.yaml): Add new path to starter-projects test category 🔧 (index.tsx, inputFileComponent): Add data-testid attribute to input element for testing purposes 🔧 (index.tsx, popover): Increase padding-right value for password input field 🔧 (Vector Store.spec.ts): Update test to click on correct element with data-testid attribute for file upload 🔧 (Vector Store.spec.ts): Remove redundant code related to filling input field and clicking on button * 🔧 (index.tsx): Update styles for inputComponent popover to improve layout and alignment.
This commit is contained in:
parent
79b03ba133
commit
6d83bc13b4
4 changed files with 5 additions and 13 deletions
1
.github/changes-filter.yaml
vendored
1
.github/changes-filter.yaml
vendored
|
|
@ -20,6 +20,7 @@ docs:
|
|||
# Test categories and their associated paths
|
||||
starter-projects:
|
||||
- "src/backend/base/langflow/initial_setup/**"
|
||||
- "src/backend/base/langflow/components/**"
|
||||
- "src/frontend/src/pages/MainPage/**"
|
||||
- "src/frontend/src/utils/reactflowUtils.ts"
|
||||
- "src/frontend/tests/extended/features/**"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue