Skip to content

Commit ca34606

Browse files
committed
rb - don't commit at 5am
1 parent dd0cc3a commit ca34606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/lib/selenium/webdriver/remote/w3c_bridge.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def element_attribute(element, name)
538538
end
539539

540540
property_value = execute :getElementProperty, id: element.values.first, name: name
541-
g return property_value if name == :value
541+
return property_value if name == :value
542542
return property_value if property_value &&
543543
!(property_value.respond_to?(:empty?) && property_value.empty?)
544544

0 commit comments

Comments
 (0)