Sha256: cddc8f068c011c37fb9e39dba37a1082f96f7c0b314fb128f0c7549ff941ee52

Contents?: true

Size: 676 Bytes

Versions: 1

Compression:

Stored size: 676 Bytes

Contents

Feature: Missing Fields
  In order to provide reliable tests
  Steps referering to elements not found on a form should fail

  Scenario: Failing Steps
    Given I am on the blank form
    When I fill in a nonexistent text field an error should be raised
    When I select a nonexistent select field an error should be raised
    When I choose a nonexistent radio button an error should be raised
    When I check a nonexistent check box an error should be raised
    When I press a nonexistent button an error should be raised
    When I select a missing option from an existing select an error should be raised
    When I follow a nonexistent link an error should be raised

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mechanical-cuke-0.4.2 features/missing_fields.feature