-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
Data transformation E2E tests are failing due to timeouts waiting for transformation UI elements and completion.
Failing Tests
should apply one-hot encoding transformationshould apply standard scaling transformation
Error Pattern
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
- waiting for transformation controls/results
Root Cause
The data transformation workflow appears to be:
- Not completing successfully, OR
- Not showing transformation UI controls, OR
- Not displaying transformation results
Investigation Needed
- Check backend transformation endpoints
- Verify frontend DataPreparationPage shows transformation controls
- Check if transformations are applied to dataset
- Review transformation state management
Related PR
#133 - Fixed E2E infrastructure issues
Environment
- CI environment
- MongoDB running correctly
- Backend health check passing
Acceptance Criteria
- Transformation controls appear in UI
- Transformations apply successfully
- Transformation results displayed
- All transformation-related E2E tests pass
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working