Removed obsolete code.

This commit is contained in:
Martin Edenhofer 2015-12-15 11:01:17 +01:00
parent 601ef5eeac
commit 2bec7a93a3

View file

@ -898,23 +898,6 @@ class TestCase < Test::Unit::TestCase
}
end
=begin
click_catcher_remove(
browser: browser1,
)
=end
def click_catcher_remove(params = {})
switch_window_focus(params)
log('click_catcher_remove', params)
instance = params[:browser] || @browser
return if !instance.find_elements({ css: '.clickCatcher' })[0]
click(browser: instance, css: '.clickCatcher')
end
=begin
watch_for(