Sha256: 264fa1372d9b0991c2d62bc6b00dba002f5baa1398465eabfca8ace5f2c74f10

Contents?: true

Size: 845 Bytes

Versions: 2

Compression:

Stored size: 845 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 twice
    Then I should see the "Accessibility Service" list item

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gametel-0.3 features/main_screen.feature
gametel-0.2 features/main_screen.feature