Sha256: 3507e36810f5d4d25648923001848d47b6d2fc58ae56683474c85c36e75e0119

Contents?: true

Size: 380 Bytes

Versions: 3

Compression:

Stored size: 380 Bytes

Contents

Feature: List Test Page

  Scenario: Select an item from a list
    Given I go to the test pages
    Then I should see "ListTestPage"
    When I click "ListTestPage"
    Then I should see "Item 06"
    When I click "Item 06"
    And I should see "You selected the item 'Item 06'"
    When I click "Close"
    And I should not see "You selected the item 'Item 06'"
    Then I quit

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
RubyApp-0.0.8 features/list.feature
RubyApp-0.0.7 features/list.feature
RubyApp-0.0.6 features/list.feature