langflow/src/frontend/tests/utils
Deon Sanchez f99469f06d
fix: Update min/max zoom value and fit view values (#7113)
* fix: Update minZoom value in PageComponent to improve zoom functionality

* [autofix.ci] apply automated fixes

* fix: Add fitViewOptions to PageComponent for enhanced zoom control

* fix: update default zoom out level in adjustScreenView utility

Changed the default value of numberOfZoomOut from 3 to 1 in the adjustScreenView function to improve initial screen adjustment behavior.

* fix: update zoom out level in filterEdge test

Modified the filterEdge test to pass a specific zoom out level of 3 to the adjustScreenView function, ensuring consistent screen adjustments during test execution.

* chore: update .gitignore to exclude .qodo files

* fix tests

* fixed test

* fix loop on zoom out

* Remove unnecessary zoom out click in starter projects test to improve test accuracy.

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
Co-authored-by: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com>
Co-authored-by: Carlos Coelho <80289056+carlosrcoelho@users.noreply.github.com>
2025-03-20 16:35:55 -03:00
..
add-custom-component.ts test: Add validation for error handling in custom components and utility function (#6634) 2025-02-17 12:07:57 +00:00
add-new-api-keys.ts test: Enhance frontend testability with data attributes and integration tests (#4948) 2024-12-04 16:49:16 +00:00
adjust-screen-view.ts fix: Update min/max zoom value and fit view values (#7113) 2025-03-20 16:35:55 -03:00
await-bootstrap-test.ts feat: adds file management feature under feature flag, adds file dialog, adds files page (#6134) 2025-03-18 02:32:55 +00:00
build-data-transfer.ts test: Enhance frontend testability with data attributes and integration tests (#4948) 2024-12-04 16:49:16 +00:00
evaluate-input-react-state-changes.ts fix(nightly): refactor freeze-path feature test (#5557) 2025-01-06 10:59:29 -08:00
extract-and-clean-code.ts Fix: Disable the ComponentAsTool shortcut when the component code does not have tool_mode=True + regression tests (#4918) 2024-11-28 16:14:54 +00:00
generate-filename.ts feat: adds file management feature under feature flag, adds file dialog, adds files page (#6134) 2025-03-18 02:32:55 +00:00
get-all-response-message.ts test: Enhance frontend testability with data attributes and integration tests (#4948) 2024-12-04 16:49:16 +00:00
initialGPTsetup.ts test: Enhance frontend testability with data attributes and integration tests (#4948) 2024-12-04 16:49:16 +00:00
remove-old-api-keys.ts test: Enhance frontend testability with data attributes and integration tests (#4948) 2024-12-04 16:49:16 +00:00
select-gpt-model.ts feat: financial agent template (#6246) 2025-03-17 15:05:08 +00:00
simulate-drag-and-drop.ts fix: update drag and drop test (#5048) 2024-12-04 20:33:22 +00:00
update-old-components.ts test: Enhance frontend testability with data attributes and integration tests (#4948) 2024-12-04 16:49:16 +00:00
upload-file.ts feat: adds file management feature under feature flag, adds file dialog, adds files page (#6134) 2025-03-18 02:32:55 +00:00
wait-for-open-modal.ts test: Enhance frontend testability with data attributes and integration tests (#4948) 2024-12-04 16:49:16 +00:00
withEventDeliveryModes.ts feat: add functionality to stream or poll events from the build process (#5940) 2025-02-18 14:24:39 +00:00
zoom-out.ts fix: Update min/max zoom value and fit view values (#7113) 2025-03-20 16:35:55 -03:00