Sha256: c9acae6c183f6dbcbc7f8270b95b6e50d5cceae61d208d404aeca282a3d46e19

Contents?: true

Size: 427 Bytes

Versions: 3

Compression:

Stored size: 427 Bytes

Contents

Feature: View a variety of input elements

  @broken
  Scenario: View the text input element
    Given I go to the test pages
    When I click "Input Test Page"
    Then I should see "Enter some text below"
    And I fill in "Text:" with "Some value" and I press enter
    Then I should see "You entered ..."
    And I should see "Some value"
    When I click "Close"
    Then I should not see "You entered ..."
    And I quit

Version data entries

3 entries across 3 versions & 1 rubygems

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