Skip to content

E2E Test Failures: Data Transformation Workflow Timeouts #136

@frankbria

Description

@frankbria

Problem

Data transformation E2E tests are failing due to timeouts waiting for transformation UI elements and completion.

Failing Tests

  • should apply one-hot encoding transformation
  • should 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:

  1. Not completing successfully, OR
  2. Not showing transformation UI controls, OR
  3. Not displaying transformation results

Investigation Needed

  1. Check backend transformation endpoints
  2. Verify frontend DataPreparationPage shows transformation controls
  3. Check if transformations are applied to dataset
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions