Sha256: 59ab0295406d74b03c6403bd0b77ca8ed7c883d278b7c2b14478ba449b5ca686

Contents?: true

Size: 818 Bytes

Versions: 10

Compression:

Stored size: 818 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 continue navigating to the Controls screen 
    Then I should see the text "Checkbox 1" on the screen

  Scenario: Waiting for screens to be active
    When I wait for the "NeverWillExist" screen
    Then the last error should tell me "Timed out waiting for NeverWillExist to be active"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
gametel-0.8 features/navigation.feature
gametel-0.7 features/navigation.feature
gametel-0.6 features/navigation.feature
gametel-0.5.9.3 features/navigation.feature
gametel-0.5.9.2 features/navigation.feature
gametel-0.5.9.1 features/navigation.feature
gametel-0.5.9 features/navigation.feature
gametel-0.5.8.1 features/navigation.feature
gametel-0.5.8 features/navigation.feature
gametel-0.5.7 features/navigation.feature