Sha256: a98caea4a3a04f4a4b7ea4a1f3923570f377184f0f4f3032c4a6d5f3bbd18578

Contents?: true

Size: 341 Bytes

Versions: 1

Compression:

Stored size: 341 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 ""

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mohawk-0.0.1 features/text.feature