Sha256: 804e32c750d3076c3845621f379ed2e3ad18506a22e4e93f2ac9f80465752c15
Contents?: true
Size: 622 Bytes
Versions: 3
Compression:
Stored size: 622 Bytes
Contents
Feature: Navigation through the screens of the application Scenario: Navigating to a screen using the default route When I navigate to the Controls screen Then I should see the text "Checkbox 1" on the screen Scenario: Navigating to a screen using a named route When I navigate to the Buttons screen using the "button_route" route Then I should see the text "Views/Buttons" on the screen Scenario: Navigating to a screen starting with a current screen Given I am on the the ViewsMenuScreen When I navigate to the Controls screen Then I should see the text "Checkbox 1" on the screen
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gametel-0.5.4 | features/navigation.feature |
gametel-0.5.3 | features/navigation.feature |
gametel-0.5.2 | features/navigation.feature |