lib/testcentricity/app_elements/button.rb in testcentricity-2.3.13 vs lib/testcentricity/app_elements/button.rb in testcentricity-2.3.14
- old
+ new
@@ -1,7 +1,7 @@
module TestCentricity
class AppButton < AppUIElement
- def initialize(name, parent, strategy, locator, context)
+ def initialize(name, parent, locator, context)
super
@type = :button
end
end
end