diff --git a/test/browser_test_helper.rb b/test/browser_test_helper.rb index 10aef3185..467965007 100644 --- a/test/browser_test_helper.rb +++ b/test/browser_test_helper.rb @@ -1413,10 +1413,6 @@ 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_catcher_remove(browser: instance) - end end if data[:group]