summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-20 06:15:39 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-20 06:15:39 -0800
commit40c6d8717573ee892529b5d8398d417e166f14c6 (patch)
treebd2611af5ebd0d32f27cf907ea5f8c7f141eaaed /features
parent4b02f4a22d2c7f10418c9202bb718dab185e6d82 (diff)
parentb2e31692a51318171e110f01363af782129b7ce7 (diff)
downloadgitlab-ce-40c6d8717573ee892529b5d8398d417e166f14c6.tar.gz
Merge pull request #2315 from koenpunt/gh-issue-513
Added compare switch
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/project_browse_commits.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/project_browse_commits.rb b/features/steps/project/project_browse_commits.rb
index 6bf164e2c8f..2c03ce14fc1 100644
--- a/features/steps/project/project_browse_commits.rb
+++ b/features/steps/project/project_browse_commits.rb
@@ -32,8 +32,8 @@ class ProjectBrowseCommits < Spinach::FeatureSteps
end
And 'I fill compare fields with refs' do
- fill_in "from", with: "bcf03b5de6c33f3869ef70d68cf06e679d1d7f9a"
- fill_in "to", with: "8716fc78f3c65bbf7bcf7b574febd583bc5d2812"
+ fill_in "from", with: "8716fc78f3c65bbf7bcf7b574febd583bc5d2812"
+ fill_in "to", with: "bcf03b5de6c33f3869ef70d68cf06e679d1d7f9a"
click_button "Compare"
end