Sha256: 60f56382ac794c9b1ac2521c9b5ba34a363252ad3f44d844d56011abd3545897

Contents?: true

Size: 612 Bytes

Versions: 2

Compression:

Stored size: 612 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mechanical-cuke-0.4.1 features/missing_fields.feature
mechanical-cuke-0.4.0 features/missing_fields.feature