Sha256: 4257e2042ac80302202679b3cbb98baae9d2d3cde6fe75b08d7b809286f9ae26

Contents?: true

Size: 675 Bytes

Versions: 2

Compression:

Stored size: 675 Bytes

Contents

Feature:  Working with text controls

Scenario: Setting and getting text
  When I set the "text field" to the value "Some text"
  Then the "text field" should be "Some text"

Scenario: Setting and getting text from a text box control
  When I set the "text box field" to the value "Some text"
  Then the "text box field" should be "Some text"

Scenario: Clearing text
  When I set the "text field" to the value "Text to be cleared"
  And I clear the "text field"
  Then the "text field" should be ""

Scenario: Entering text
  When I enter into "masked text field" the values "abc12345willnotgoin6789"
  Then the "masked text field" should be "123-45-6789"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mohawk-0.2.1 features/text.feature
mohawk-0.2 features/text.feature