Sha256: e2c95c35d0afe44bfc851b50b6928a743fcaa5144a5610d73f79ebcf8827c32c

Contents?: true

Size: 502 Bytes

Versions: 10

Compression:

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

10 entries across 10 versions & 1 rubygems

Version Path
mohawk-0.1.4 features/text.feature
mohawk-0.1.0 features/text.feature
mohawk-0.0.9 features/text.feature
mohawk-0.0.8 features/text.feature
mohawk-0.0.7 features/text.feature
mohawk-0.0.6 features/text.feature
mohawk-0.0.5 features/text.feature
mohawk-0.0.4 features/text.feature
mohawk-0.0.3 features/text.feature
mohawk-0.0.2 features/text.feature