summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-04 20:39:43 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-04 20:39:43 +0300
commiteeef2c7350502bb1f77a723ff4677901d2a68926 (patch)
tree9bf35ee31126766b84d8dd024f7698944bf7d315 /features
parentf1ec62f465711c136d9ffc84b328f7c55e68fa9c (diff)
downloadgitlab-ce-eeef2c7350502bb1f77a723ff4677901d2a68926.tar.gz
Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/milestones.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/milestones.rb b/features/steps/project/milestones.rb
index 9ce18fbaabd..5562b523d1b 100644
--- a/features/steps/project/milestones.rb
+++ b/features/steps/project/milestones.rb
@@ -54,6 +54,6 @@ class ProjectMilestones < Spinach::FeatureSteps
end
Then "I should see 3 issues" do
- page.should have_selector('#tab-issues li', count: 4)
+ page.should have_selector('#tab-issues li.issue-row', count: 4)
end
end