Revert "Fix tests"

This reverts commit 1e45ba7f16.
This commit is contained in:
Dmitriy Zaporozhets 2015-01-14 17:22:48 -08:00
parent 46ed6fb58f
commit 36acf5b293
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').trigger('click')
find(:css, '.issuable-edit').click
end
step 'I click link "Edit" for the merge request' do