@@ -32,33 +32,14 @@ Feature: Release multiview burnchart
32
32
And I have defined the following release multiviews:
33
33
| name | project | releases |
34
34
| Multi 1 | ecookbook | Rel 1 ,Rel 2 ,Rel 3 ,Rel 4 |
35
- # And I have defined the following stories in the product backlog:
36
- # | subject | release | points |
37
- # | Story 01 | Rel 1 | 5 |
38
- # | Story 02 | Rel 1 | 5 |
39
- # | Story 03 | Rel 1 | 5 |
40
- # | Story 04 | Rel 1 | 5 |
41
- # | Story 05 | Rel 1 | 5 |
42
- # | Story 06 | Rel 2 | 5 |
43
- # | Story 07 | Rel 2 | 5 |
44
- # | Story 08 | Rel 2 | 5 |
45
- # | Story 09 | Rel 2 | 5 |
46
- # | Story 10 | Rel 2 | 5 |
47
- # | Story 11 | Rel 3 | 5 |
48
- # | Story 12 | Rel 3 | 5 |
49
- # | Story 13 | Rel 3 | 5 |
50
- # | Story 14 | Rel 3 | 5 |
51
- # | Story 15 | Rel 3 | 5 |
52
- # | Story 16 | Rel 4 | 5 |
53
- # | Story 17 | Rel 4 | 5 |
54
- # | Story 18 | Rel 4 | 5 |
55
- # | Story 19 | Rel 4 | 5 |
56
- # | Story 20 | Rel 4 | 5 |
57
- # | Story 21 | | 5 |
58
- # | Story 22 | | 5 |
59
- # | Story 23 | | 5 |
60
- # | Story 24 | | 5 |
61
- # | Story 25 | | 5 |
35
+ And I have defined the following stories in the product backlog:
36
+ | subject | release | points |
37
+ | Story 15 | Rel 3 | 5 |
38
+ | Story 16 | Rel 4 | 5 |
39
+ | Story 17 | Rel 4 | 5 |
40
+ | Story 18 | Rel 4 | 5 |
41
+ | Story 19 | Rel 4 | 5 |
42
+ | Story 20 | Rel 4 | 5 |
62
43
And I have defined the following stories in the following sprints:
63
44
| subject | sprint | release | points |
64
45
| Story 01 | Sprint 001 | Rel 1 | 5 |
@@ -75,12 +56,6 @@ Feature: Release multiview burnchart
75
56
| Story 12 | Sprint 006 | Rel 3 | 5 |
76
57
| Story 13 | Sprint 007 | Rel 3 | 5 |
77
58
| Story 14 | Sprint 007 | Rel 3 | 5 |
78
- | Story 15 | Sprint 008 | Rel 3 | 5 |
79
- | Story 16 | Sprint 008 | Rel 4 | 5 |
80
- | Story 17 | Sprint 009 | Rel 4 | 5 |
81
- | Story 18 | Sprint 009 | Rel 4 | 5 |
82
- | Story 19 | Sprint 010 | Rel 4 | 5 |
83
- | Story 20 | Sprint 010 | Rel 4 | 5 |
84
59
And I have defined the following stories in the product backlog:
85
60
| subject | release | points |
86
61
| Story 21 | | 5 |
@@ -119,29 +94,10 @@ Feature: Release multiview burnchart
119
94
| 5 | Story 11 | Closed |
120
95
| 10 | Story 12 | Closed |
121
96
And the current time is 2012-07-01 08:00:00
122
- And I have made the following story mutations:
123
- | day | story | status |
124
- | 5 | Story 13 | Closed |
125
- | 10 | Story 14 | Closed |
126
- And the current time is 2012-08-01 08:00:00
127
- # And I have made the following story mutations:
128
- # | day | story | status |
129
- # | 5 | Story 15 | Closed |
130
- # | 10 | Story 16 | Closed |
131
- # And the current time is 2012-09-01 08:00:00
132
- # And I have made the following story mutations:
133
- # | day | story | status |
134
- # | 5 | Story 17 | Closed |
135
- # | 10 | Story 18 | Closed |
136
- # And the current time is 2012-10-01 08:00:00
137
- # And I have made the following story mutations:
138
- # | day | story | status |
139
- # | 5 | Story 19 | Closed |
140
- # | 10 | Story 20 | Closed |
141
97
142
98
Scenario : Initial
143
99
Given I view the release page
144
100
# Then dump the database to pg_new.dump
145
101
When I follow "Multi 1"
146
102
Then the request should complete successfully
147
- Then show me the page
103
+ Then show me the page
0 commit comments