add uncheck to selenium_session
This commit is contained in:
parent
49e86d103f
commit
56e6d15811
|
@ -113,6 +113,7 @@ module Webrat
|
|||
selenium.wait_for_element locator, 5
|
||||
selenium.click locator
|
||||
end
|
||||
alias_method :uncheck, :check
|
||||
|
||||
webrat_deprecate :checks, :check
|
||||
|
||||
|
|
Loading…
Reference in New Issue