From 51c17329a4034c3dd1b2c6f9a945721c4e8c4e5c Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Mon, 22 Feb 2016 11:35:52 +0000 Subject: Fixed failing issues tests Removed up/down vote icons from merge requests. Was missed from d8069bd85863ab8c47d2bb2370221b17fb686b93 --- features/steps/project/issues/issues.rb | 4 ++-- features/steps/project/merge_requests.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'features/steps') 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 diff --git a/features/steps/project/merge_requests.rb b/features/steps/project/merge_requests.rb index 2160d8645fd..dde864f5180 100644 --- a/features/steps/project/merge_requests.rb +++ b/features/steps/project/merge_requests.rb @@ -164,7 +164,7 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps page.within 'li.merge-request:nth-child(3)' do expect(page).to have_content 'Bug NS-05' - expect(page).to have_content '0 0' + expect(page).to_not have_content '0 0' end end end @@ -183,7 +183,7 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps page.within 'li.merge-request:nth-child(3)' do expect(page).to have_content 'Bug NS-05' - expect(page).to have_content '0 0' + expect(page).to_not have_content '0 0' end end end -- cgit v1.2.3