Removed obsolete code.
This commit is contained in:
parent
601ef5eeac
commit
2bec7a93a3
1 changed files with 0 additions and 17 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue