Sha256: 1a67fabacf503f5a4d368a743c29cc52017e34024e2aaaf046fb0d79deb8bdde

Contents?: true

Size: 839 Bytes

Versions: 2

Compression:

Stored size: 839 Bytes

Contents

Feature: Interacting with the elements on the main screen

  Scenario: Identifying the list items on the main screen
    Then I should see the "Accessibility" list item
    And I should see the "App" list item
    And I should see the "Content" list item

  Scenario: Navigating using the items in the list and the back button
    When I press the "first" list item
    And I press the Back button
    Then I should see the "App" list item
    And I should see the "Content" list item

  Scenario: Scrolling down and up
    When I scroll down to the bottom of the screen
    Then I should see the "Views" list item
    When I scroll up to the top of the screen
    Then I should see the "Accessibility" list item

  Scenario: Pressing the enter key
    When I hit the enter key
    Then I should see the "Accessibility Service" list item

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gametel-0.5 features/main_screen.feature
gametel-0.4 features/main_screen.feature