lib/watir-webdriver/locators/element_locator.rb in watir-webdriver-0.6.9 vs lib/watir-webdriver/locators/element_locator.rb in watir-webdriver-0.6.10
- old
+ new
@@ -214,12 +214,9 @@
[how, what]
when :class_name
[:class, what]
when :caption
[:text, what]
- when :for
- assert_valid_as_attribute :html_for
- [how, what]
else
assert_valid_as_attribute how
[how, what]
end
end