Sha256: d1d3ade3b0d56e621e760392024e85b6efe38d13f0c588aaaf4ac99c189cfc2c

Contents?: true

Size: 731 Bytes

Versions: 34

Compression:

Stored size: 731 Bytes

Contents

Feature: Input elements

  Scenario: Render a simple input element and process its event
    Given I go to the test pages
    When I click "InputTestPage"
    Then I should see "Input"
    And I fill in the "Input" field with "value" and I press enter
    Then I should see "You input 'value'."
    Then I click "Close"
    Then I quit

  Scenario: Render a duration input element and process its event
    Given I go to the test pages
    When I click "InputTestPage"
    Then I should see "DurationInput"
    And I fill in the "DurationInput" field with "2h 3m" and I press enter
    Then I should see "You input '7,380'."
    When I click "Close"
    Then the "DurationInput" field should contain "2 hrs 3 mins"
    Then I quit

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
RubyApp-0.0.52 features/elements/input.feature
RubyApp-0.0.51 features/elements/input.feature
RubyApp-0.0.50 features/elements/input.feature
RubyApp-0.0.49 features/elements/input.feature
RubyApp-0.0.48 features/elements/input.feature
RubyApp-0.0.47 features/elements/input.feature
RubyApp-0.0.46 features/elements/input.feature
RubyApp-0.0.45 features/elements/input.feature
RubyApp-0.0.44 features/elements/input.feature
RubyApp-0.0.43 features/elements/input.feature
RubyApp-0.0.42 features/elements/input.feature
RubyApp-0.0.41 features/elements/input.feature
RubyApp-0.0.30 features/elements/input.feature
RubyApp-0.0.29 features/elements/input.feature
RubyApp-0.0.28 features/elements/input.feature
RubyApp-0.0.27 features/elements/input.feature
RubyApp-0.0.26 features/elements/input.feature
RubyApp-0.0.25 features/elements/input.feature
RubyApp-0.0.24 features/elements/input.feature
RubyApp-0.0.23 features/elements/input.feature