features/spinners.feature in gametel-0.5 vs features/spinners.feature in gametel-0.5.1
- old
+ new
@@ -1,5 +1,9 @@
Feature: Working with Spinners
- Scenario: Retrieving the selected Spinner text
+ Scenario: Retrieving the selected Spinner text by id
When I'm on the controls screen
Then I can see the spinner value referenced by "id" is "Mercury"
+
+ Scenario: Retrieving the selected Spinner text by index
+ When I'm on the controls screen
+ Then I can see the spinner value referenced by "index" is "Mercury"