diff --git a/features/timelines/timeline_view_with_filters.feature b/features/timelines/timeline_view_with_filters.feature index 771cf7a973..3b2c5d92d9 100644 --- a/features/timelines/timeline_view_with_filters.feature +++ b/features/timelines/timeline_view_with_filters.feature @@ -77,14 +77,14 @@ Feature: Timeline view with filter tests @javascript Scenario: The timeline w/o filters renders properly Given there are the following work packages in project "Space Pilot 3000": - | Subject | Start date | Due date | type | parent | - | Hubert Farnsworth's Birthday | 2841-04-09 | 2841-04-09 | Milestone | | - | Space Pilot | 3000-01-01 | 3000-01-05 | Phase | | - | Mission to the moon | 3000-01-02 | 3000-01-02 | Milestone | Space Pilot | + | Subject | Start date | Due date | type | parent | + | Hubert Farnsworth's Birthday | 2841-04-09 | 2841-04-09 | Milestone | | + | Unrelated | 3000-01-01 | 3000-01-05 | Phase | | + | Mission to the moon | 3000-01-02 | 3000-01-02 | Milestone | Unrelated | And I am working in the timeline "Storyboard" of the project called "Space Pilot 3000" When I go to the page of the timeline of the project called "Space Pilot 3000" And I show only work packages which have the type "Milestone" And I wait for timeline to load table Then I should see the work package "Hubert Farnsworth's Birthday" in the timeline And I should see the work package "Mission to the moon" in the timeline - And I should not see the work package "Space Pilot" in the timeline + And I should not see the work package "Unrelated" in the timeline