From 2b31989582a7e1edef79ebc541a99ffed95f497c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 7 Sep 2015 14:55:42 +0200 Subject: Fix compare tests Signed-off-by: Dmitriy Zaporozhets --- features/steps/project/commits/commits.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/features/steps/project/commits/commits.rb b/features/steps/project/commits/commits.rb index e7dd20191b7..23e67371f96 100644 --- a/features/steps/project/commits/commits.rb +++ b/features/steps/project/commits/commits.rb @@ -52,7 +52,6 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps end step 'I see compared refs' do - expect(page).to have_content "Compare View" expect(page).to have_content "Commits (1)" expect(page).to have_content "Showing 2 changed files" end -- cgit v1.2.1