Improved ticket_update. Remove clickCatcher on do_not_submit.
This commit is contained in:
parent
e10f672649
commit
eb75b79c69
1 changed files with 4 additions and 0 deletions
|
@ -1240,6 +1240,10 @@ wait untill text in selector disabppears
|
|||
instance.execute_script( "$('.content.active div[data-name=body]').html('#{body_quoted}').trigger('focusout')" )
|
||||
end
|
||||
|
||||
# click on click catcher
|
||||
if params[:do_not_submit]
|
||||
click( browser: instance, css: '.clickCatcher')
|
||||
end
|
||||
end
|
||||
|
||||
if data[:group]
|
||||
|
|
Loading…
Reference in a new issue