features/button.feature in druid-ts-1.1.1 vs features/button.feature in druid-ts-1.1.2

- old
+ new

@@ -74,6 +74,7 @@ | name | index | @locator Scenario: Finding a button dynamically When I find a button while the script is executing - Then I should be able to click the button element + Then I should see that the button exists + And I should be able to click the button element