lib/rutl/element/element.rb in rutl-0.5.0 vs lib/rutl/element/element.rb in rutl-0.6.0
- old
+ new
@@ -11,11 +11,11 @@
@context = element_context
# Not sure why, but I'm seeing Chrome fail becase the context interface
# passed in isn't the same as the browser's interface.
# This only happens with click test cases, before the click, and
# only if that case isn't run first.
- # The context we're passed is also an instance from as ChromeInterface,
- # but a different instance.
+ # The context we're passed is also an instance from as
+ # RUTL::Interface::Chrome, but a different instance.
#
# Here's the kludge workaround line:
@context.interface = $browser.interface
end