Fix because chromedriver + Chrome 12 YELLS tag names in UPPERCASE

This commit is contained in:
Carl Jackson & Davis W. Frank 2011-05-13 14:46:47 -07:00
parent 9cdf015e28
commit 5529be2a70
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class Capybara::RackTest::Node < Capybara::Driver::Node
end
def tag_name
native.node_name
native.node_name.downcase
end
def visible?