diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-07 14:55:42 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-07 14:55:42 +0200 |
commit | 2b31989582a7e1edef79ebc541a99ffed95f497c (patch) | |
tree | b160560c9a8408eedf1705d2f44eae0a0752dbae /features | |
parent | 700a342e0d2a92c8384ffa579bdf376d86a2d7c7 (diff) | |
download | gitlab-ce-2b31989582a7e1edef79ebc541a99ffed95f497c.tar.gz |
Fix compare tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/project/commits/commits.rb | 1 |
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 |