Sha256: 53b1ca65efc9ccf7dd854691ca3232ecb67fd4008c54dd37db615ff11567bc31

Contents?: true

Size: 1012 Bytes

Versions: 12

Compression:

Stored size: 1012 Bytes

Contents

Feature: Web steps

  Background:
    When I go to "/forms/form1"

  Scenario: /^the "([^"]*)" field should (not )?contain "([^"]*)"$/
    Then the "Text control" field should contain "Text control value"
    Then the "Select control" field should contain "Label 2"
    Then the "Select control without selection" field should contain "Label 1"
    Then the "Textarea control" field should contain "Textarea control value"

  Scenario: /^I should see a form with the following values:$/
    Then I should see a form with the following values:
      | Text control                     | Text control value     |
      | Select control                   | Label 2                |
      | Select control without selection | Label 1                |
      | Textarea control                 | Textarea control value |

  Scenario: /^"([^"]*)" should be selected for "([^"]*)"$/
    Then "Label 2" should be selected for "Select control"
    Then "Label 1" should be selected for "Select control without selection"

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
spreewald-0.8.3 tests/shared/features/shared/web_steps.feature
spreewald-0.8.2 tests/shared/features/shared/web_steps.feature
spreewald-0.8.1 tests/shared/features/shared/web_steps.feature
spreewald-0.8.0 tests/shared/features/shared/web_steps.feature
spreewald-0.7.0 tests/shared/features/shared/web_steps.feature
spreewald-0.6.7 tests/shared/features/shared/web_steps.feature
spreewald-0.6.6 tests/shared/features/shared/web_steps.feature
spreewald-0.6.5 tests/shared/features/shared/web_steps.feature
spreewald-0.6.4 tests/shared/features/shared/web_steps.feature
spreewald-0.6.3 tests/shared/features/shared/web_steps.feature
spreewald-0.6.2 tests/shared/features/shared/web_steps.feature
spreewald-0.6.1 tests/shared/features/shared/web_steps.feature