Sha256: bccbcffa466617bb45aba93264d1818a57b7a01ad5cb58864ffeac24fb6e4483
Contents?: true
Size: 1.11 KB
Versions: 3
Compression:
Stored size: 1.11 KB
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" Then the "Empty control" field should contain "" 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 | | Empty control | | 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
3 entries across 3 versions & 1 rubygems