examples/cucumber/features/example.feature in honeydew-0.15.0 vs examples/cucumber/features/example.feature in honeydew-0.16.0
- old
+ new
@@ -1,10 +1,6 @@
-@honeydew
Feature: Example demonstrating honeydew
+
Scenario: Perform addition using calculator
- When I launch app "Calculator"
- Then I long press the element with description "square root"
- Then I press the "6" button
- Then I press the "2" button
- Then I press the "5" button
- And I press the "=" button
- Then I wait up to 2 seconds for "25" to appear in edit text
+ When I launch app Calculator
+ Then I square root 625
+ Then I should see 25 as the result
\ No newline at end of file