Sha256: 74db01591ac6f8dc6e123434ae67bf74ddaac57d5627428ca375d8a2b0aade72
Contents?: true
Size: 816 Bytes
Versions: 1
Compression:
Stored size: 816 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 |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spreewald-0.6.0 | tests/shared/features/shared/web_steps.feature |