Sha256: 0a696726cd8ca071966f8e2b869030049918b7dab90625e0cc4569dea469fcd8

Contents?: true

Size: 724 Bytes

Versions: 15

Compression:

Stored size: 724 Bytes

Contents

Feature: Interacting with view elements

  Scenario: Clicking on views by their id
    When I am perusing options for Alert Dialogs
    And I choose the List Dialogs button by id
    Then I should see the "Command one" list item

  Scenario: Clicking on view by their text
    When I'm on the controls screen
    Then I should be able to click a view by "text"

  Scenario: Determining properties of a view
    When I'm on the controls screen
    Then the "view" field identified by "id" can determine the following properties:
      | property  | value |
      | clickable | true  |
      | enabled   | true  |
      | focusable | true  |
      | focused   | true  |
      | selected  | false |
      | shown     | true  |

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
gametel-0.7 features/view.feature
gametel-0.6 features/view.feature
gametel-0.5.9.3 features/view.feature
gametel-0.5.9.2 features/view.feature
gametel-0.5.9.1 features/view.feature
gametel-0.5.9 features/view.feature
gametel-0.5.8.1 features/view.feature
gametel-0.5.8 features/view.feature
gametel-0.5.7 features/view.feature
gametel-0.5.6 features/view.feature
gametel-0.5.5 features/view.feature
gametel-0.5.4 features/view.feature
gametel-0.5.3 features/view.feature
gametel-0.5.2 features/view.feature
gametel-0.5.1 features/view.feature