-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
UI component E2E tests are failing due to elements not appearing or being visible.
Failing Tests
should display view mode toggle buttons
Error Pattern
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
- waiting for UI component (view mode toggle buttons)
Root Cause
UI components are not rendering or are hidden when they should be visible.
Investigation Needed
- Check if view mode toggle component is rendered
- Verify component visibility conditions
- Review CSS/styling that might hide components
- Check if components are behind authentication/authorization gates
Related PR
#133 - Fixed E2E infrastructure issues
Environment
- CI environment
- Authentication working correctly
- Dashboard navigation working
Acceptance Criteria
- View mode toggle buttons appear when expected
- All UI visibility conditions work correctly
- All UI component E2E tests pass
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working