Sha256: cf004f0d1db366dc061e6d422ac8c65f6378a3f26ae1b5a63206f5759a775dee

Contents?: true

Size: 567 Bytes

Versions: 78

Compression:

Stored size: 567 Bytes

Contents

Feature: List element

  Scenario: Render a list element and process its event
    Given I go to the test pages
    When I click "ListTestPage"
    Then I should see "Item 03"
    When I click "Item 03"
    Then I should see "You clicked 'Item 03'."
    Then I click "Close"
    Then I quit

  Scenario: Render a select list element and process its event
    Given I go to the test pages
    When I click "ListTestPage"
    Then I should see "Item 13"
    When I click "Item 13"
    Then I should see "You clicked 'Item 13'."
    Then I click "Close"
    Then I quit

Version data entries

78 entries across 78 versions & 1 rubygems

Version Path
RubyApp-0.2.7 features/elements/list.feature
RubyApp-0.2.6 features/elements/list.feature
RubyApp-0.2.5 features/elements/list.feature
RubyApp-0.2.4 features/elements/list.feature
RubyApp-0.2.3 features/elements/list.feature
RubyApp-0.2.2 features/elements/list.feature
RubyApp-0.2.1 features/elements/list.feature
RubyApp-0.2.0 features/elements/list.feature
RubyApp-0.0.91 features/elements/list.feature
RubyApp-0.0.90 features/elements/list.feature
RubyApp-0.0.89 features/elements/list.feature
RubyApp-0.0.88 features/elements/list.feature
RubyApp-0.0.87 features/elements/list.feature
RubyApp-0.0.86 features/elements/list.feature
RubyApp-0.0.85 features/elements/list.feature
RubyApp-0.0.84 features/elements/list.feature
RubyApp-0.0.83 features/elements/list.feature
RubyApp-0.0.82 features/elements/list.feature
RubyApp-0.0.81 features/elements/list.feature
RubyApp-0.0.80 features/elements/list.feature