Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-07 15:55:42 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-07 15:55:42 +0300
commit2b31989582a7e1edef79ebc541a99ffed95f497c (patch)
treeb160560c9a8408eedf1705d2f44eae0a0752dbae /features/steps/project/commits
parent700a342e0d2a92c8384ffa579bdf376d86a2d7c7 (diff)
Fix compare tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/project/commits')
-rw-r--r--features/steps/project/commits/commits.rb1
1 files changed, 0 insertions, 1 deletions
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