Fix tests

This commit is contained in:
Dmitriy Zaporozhets 2015-01-14 16:23:20 -08:00
parent 204b3c121c
commit 1e45ba7f16
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ module SharedIssuable
include Spinach::DSL
def edit_issuable
find(:css, '.issuable-edit').click
find(:css, '.issuable-edit').trigger('click')
end
step 'I click link "Edit" for the merge request' do