features/progress.feature in gametel-0.5.2 vs features/progress.feature in gametel-0.5.3

- old
+ new

@@ -21,5 +21,27 @@ Then the retrieved progress max indicated by "id" should be "100" Scenario: Getting the progress max by index When I am looking at the progress of a seek bar Then the retrieved progress max indicated by "index" should be "100" + + Scenario: Getting the progress bar's view by id + When I am looking at the progress of a seek bar + Then the progress bar indicated by "id" can determine the following properties: + | property | value | + | clickable | false | + | enabled | true | + | focusable | true | + | focused | false | + | selected | false | + | shown | true | + + Scenario: Getting the progress bar's view by index + When I am looking at the progress of a seek bar + Then the progress bar indicated by "index" can determine the following properties: + | property | value | + | clickable | false | + | enabled | true | + | focusable | true | + | focused | false | + | selected | false | + | shown | true |