Merge pull request #2315 from koenpunt/gh-issue-513
Added compare switch
This commit is contained in:
commit
40c6d87175
4 changed files with 15 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue