Sha256: 625ba57f9e3d508de5c640ea8737488a842f46dac5d463b6038221c49eff7260

Contents?: true

Size: 763 Bytes

Versions: 7

Compression:

Stored size: 763 Bytes

Contents

Feature: Interacting with the list item control

  Scenario: Should be able to click a list item by text
    When I click the first list item by "text"
    Then I should see the "Accessibility Service" list item

  Scenario: Should be able to click a list item by index
    When I click the first list item by "index"
    Then I should see the "Accessibility Service" list item

  Scenario: Should be able to click a list item when it is not visible on the screen
    When I click the list item "Views" from the main menu
    Then I should see the "Controls" list item

  Scenario: Should be able to click a list item from a specific list
    When I click the first list item by index on the first list
    Then I should see the "Accessibility Service" list item

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gametel-0.5.3 features/list_item.feature
gametel-0.5.2 features/list_item.feature
gametel-0.5.1 features/list_item.feature
gametel-0.5 features/list_item.feature
gametel-0.4 features/list_item.feature
gametel-0.3 features/list_item.feature
gametel-0.2 features/list_item.feature