Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add uncheck to selenium_session
  • Loading branch information
Lee Bankewitz committed Jan 30, 2009
1 parent 49e86d1 commit 56e6d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/webrat/selenium/selenium_session.rb
Expand Up @@ -113,6 +113,7 @@ def check(label_text)
selenium.wait_for_element locator, 5
selenium.click locator
end
alias_method :uncheck, :check

webrat_deprecate :checks, :check

Expand Down

0 comments on commit 56e6d15

Please sign in to comment.