Sha256: 6c27c0ab5f90bf6a0ed9f6184dc5ec041cdad5c61434a124093b918ccb90a229

Contents?: true

Size: 365 Bytes

Versions: 2

Compression:

Stored size: 365 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

  @ignore
  Scenario: Clicking on view by their text
    When I am observing custom views
    Then I should see the "blue" custom view

Version data entries

2 entries across 2 versions & 1 rubygems

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