Sha256: 2282c8b184970ed00734f7bea79acf079f7c1754c8c2c99a3af6bec2be94341e

Contents?: true

Size: 393 Bytes

Versions: 13

Compression:

Stored size: 393 Bytes

Contents

Feature:  Working with checkbox controls

Scenario: Setting the checkbox
  When I check the "first checkbox"
  Then the "first checkbox" should be checked

Scenario: Clearing the checkbox
  When I uncheck the "first checkbox"
  Then the "first checkbox" should not be checked

Scenario: Getting the value of the checkbox
  Then I know that the "first checkbox" value is "checkBox"

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
mohawk-0.2.1 features/checkbox.feature
mohawk-0.2 features/checkbox.feature
mohawk-0.1.4 features/checkbox.feature
mohawk-0.1.0 features/checkbox.feature
mohawk-0.0.9 features/checkbox.feature
mohawk-0.0.8 features/checkbox.feature
mohawk-0.0.7 features/checkbox.feature
mohawk-0.0.6 features/checkbox.feature
mohawk-0.0.5 features/checkbox.feature
mohawk-0.0.4 features/checkbox.feature
mohawk-0.0.3 features/checkbox.feature
mohawk-0.0.2 features/checkbox.feature
mohawk-0.0.1 features/checkbox.feature