diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-06-12 09:59:00 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2013-06-12 09:59:00 +0200 |
commit | 6637c1e475e1e5845edfb6817a9a8074036275b7 (patch) | |
tree | 7877c6c3e234e8128db3d924cf60d1a899df2dc3 /features/project | |
parent | 642f9f4a1cd66152846d0bc61fba2efd550edd33 (diff) | |
download | gitlab-ce-6637c1e475e1e5845edfb6817a9a8074036275b7.tar.gz |
Incorporated the two suggestions (h5 and named variables) and fixed the Spinach test.
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/issues/milestones.feature | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/features/project/issues/milestones.feature b/features/project/issues/milestones.feature index 50c090cc6a0..2f38acf14d0 100644 --- a/features/project/issues/milestones.feature +++ b/features/project/issues/milestones.feature @@ -22,5 +22,3 @@ Feature: Project Milestones Given the milestone has open and closed issues And I click link "v2.2" Then I should see 3 issues - When I click link "All Issues" - Then I should see 4 issues |