summaryrefslogtreecommitdiff
path: root/features/steps/project/issues/issues.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-02-22 11:35:52 +0000
committerPhil Hughes <me@iamphill.com>2016-02-22 11:35:52 +0000
commit51c17329a4034c3dd1b2c6f9a945721c4e8c4e5c (patch)
tree59ad86970dbd29c3fb8233729682fde3dbc7743f /features/steps/project/issues/issues.rb
parent1d9863c1411c30176fadbcf0c41ecbef31facc75 (diff)
downloadgitlab-ce-51c17329a4034c3dd1b2c6f9a945721c4e8c4e5c.tar.gz
Fixed failing issues tests
Removed up/down vote icons from merge requests. Was missed from d8069bd85863ab8c47d2bb2370221b17fb686b93
Diffstat (limited to 'features/steps/project/issues/issues.rb')
-rw-r--r--features/steps/project/issues/issues.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/issues/issues.rb b/features/steps/project/issues/issues.rb
index 54d64bacc52..565bf088b41 100644
--- a/features/steps/project/issues/issues.rb
+++ b/features/steps/project/issues/issues.rb
@@ -214,7 +214,7 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
page.within 'li.issue:nth-child(3)' do
expect(page).to have_content 'Bugfix'
- expect(page).to have_content '0 0'
+ expect(page).to_not have_content '0 0'
end
end
end
@@ -233,7 +233,7 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
page.within 'li.issue:nth-child(3)' do
expect(page).to have_content 'Bugfix'
- expect(page).to have_content '0 0'
+ expect(page).to_not have_content '0 0'
end
end
end