features/main_screen.feature in gametel-0.5 vs features/main_screen.feature in gametel-0.5.1

- old
+ new

@@ -19,5 +19,9 @@ Scenario: Pressing the enter key When I hit the enter key Then I should see the "Accessibility Service" list item + Scenario: Navigating back to a particular activity and knowing where we are at + Given I'm on the buttons screen + When I go choose to go back to the "ApiDemos" activity + Then I should currently be on the "ApiDemos" activity