Skip to content

Commit

Permalink
Fix spinach tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
  • Loading branch information
dzaporozhets committed Oct 10, 2014
1 parent 8c01448 commit b2d1e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/steps/project/merge_requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps

step 'I click on the commit in the merge request' do
within '.mr-commits' do
click_link sample_commit.id[0..8]
click_link Commit.truncate_sha(sample_commit.id)
end
end

Expand Down

0 comments on commit b2d1e97

Please sign in to comment.