test(e2e): add comprehensive Timeline E2E tests for EPIC-06#259
Merged
steilerDev merged 1 commit intobetafrom Feb 24, 2026
Merged
test(e2e): add comprehensive Timeline E2E tests for EPIC-06#259steilerDev merged 1 commit intobetafrom
steilerDev merged 1 commit intobetafrom
Conversation
Replaces the stub TimelinePage POM with a full implementation covering all EPIC-06 features. Adds 5 test files (77 tests total) across: - timeline-gantt.spec.ts: Chart render, sidebar, zoom controls, arrow toggle, empty/no-dates states, sidebar click navigation, dark mode - timeline-milestones.spec.ts: Panel open/close, milestone CRUD via UI, diamond marker assertions, filter dropdown, form validation - timeline-calendar.spec.ts: View toggle, month/week grids, navigation, today button, URL param persistence, dark mode - timeline-schedule.spec.ts: Auto-schedule dialog open/cancel/confirm, no-changes disabled state, error handling - timeline-responsive.spec.ts: No horizontal scroll, mobile/tablet layout, keyboard navigation (Arrow keys + Enter on sidebar rows), ARIA roles/labels Also: - Expands TimelinePage POM with 50+ locators and helper methods - Adds milestones API helpers to apiHelpers.ts - Adds milestones/timeline/schedule constants to testData.ts - Removes Timeline stub test from stub-pages.spec.ts (graduated to full page) Fixes #259 Co-Authored-By: Claude qa-integration-tester (Sonnet 4.5) <noreply@anthropic.com>
4 tasks
|
🎉 This PR is included in version 1.10.0-beta.12 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
TimelinePagePOM with a full implementation covering all EPIC-06 features (401 lines, 50+ locators and helpers)e2e/tests/timeline/with comprehensive coverage:timeline-gantt.spec.ts— Gantt chart render, sidebar, zoom controls, arrow toggle, empty/no-dates states, sidebar navigation, dark modetimeline-milestones.spec.ts— Milestone panel CRUD (create/edit/delete), diamond marker assertions, filter dropdown, form validationtimeline-calendar.spec.ts— View toggle (Gantt/Calendar), month/week grids, navigation, today button, URL param persistence, dark modetimeline-schedule.spec.ts— Auto-schedule dialog (open/cancel/confirm), no-changes disabled state, error handling, accessibilitytimeline-responsive.spec.ts— No horizontal scroll, mobile/tablet layout, keyboard navigation (ArrowDown/Enter on sidebar rows), ARIA roles/labelscreateMilestoneViaApi/deleteMilestoneViaApihelpers toapiHelpers.tsmilestones,timeline,scheduleAPI constants totestData.tsstub-pages.spec.ts— Timeline has graduated to a full feature pageTest coverage overview
timeline-gantt.spec.tstimeline-milestones.spec.tstimeline-calendar.spec.tstimeline-schedule.spec.tstimeline-responsive.spec.tsTest plan
@smoke-tagged tests run automatically)betaafter merge@responsivetag)aria-pressedaria-pressedstate🤖 Generated with Claude Code