Fixes timeline_view_with_filters cukes.

There was a planning element with an ambiguious name. That broke the
check for its text not being displayed.
pull/445/head
Martin Czuchra 11 years ago committed by Stefan Frank
parent 623028267f
commit 8f44bd1a72
  1. 6
      features/timelines/timeline_view_with_filters.feature

@ -79,12 +79,12 @@ Feature: Timeline view with filter tests
Given there are the following work packages in project "Space Pilot 3000": Given there are the following work packages in project "Space Pilot 3000":
| Subject | Start date | Due date | type | parent | | Subject | Start date | Due date | type | parent |
| Hubert Farnsworth's Birthday | 2841-04-09 | 2841-04-09 | Milestone | | | Hubert Farnsworth's Birthday | 2841-04-09 | 2841-04-09 | Milestone | |
| Space Pilot | 3000-01-01 | 3000-01-05 | Phase | | | Unrelated | 3000-01-01 | 3000-01-05 | Phase | |
| Mission to the moon | 3000-01-02 | 3000-01-02 | Milestone | Space Pilot | | 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" 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" 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 show only work packages which have the type "Milestone"
And I wait for timeline to load table And I wait for timeline to load table
Then I should see the work package "Hubert Farnsworth's Birthday" in the timeline 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 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

Loading…
Cancel
Save