Sha256: 46743abb3ff4c17ebaf003768a07bdeec336205f00ba65f87c5f65c6fc1cf67b

Contents?: true

Size: 649 Bytes

Versions: 9

Compression:

Stored size: 649 Bytes

Contents

Feature:  Working with combo boxes

Scenario: Selecting items by index
  When I select index "2" from the "fruits" combo box
  Then the "Coconut" option should be selected in the "fruits" combo box

Scenario: Selecting items by value
  When I select the value "Orange" from the "fruits" combo box
  Then the "Orange" option should be selected in the "fruits" combo box

Scenario: Getting the available options
  When I look at the options for the "fruits" combo box"
  Then I should see the following options:
  | Option        |
  | Apple         |
  | Caimito       |
  | Coconut       |
  | Orange        |
  | Passion Fruit |

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mohawk-0.0.9 features/combo_box.feature
mohawk-0.0.8 features/combo_box.feature
mohawk-0.0.7 features/combo_box.feature
mohawk-0.0.6 features/combo_box.feature
mohawk-0.0.5 features/combo_box.feature
mohawk-0.0.4 features/combo_box.feature
mohawk-0.0.3 features/combo_box.feature
mohawk-0.0.2 features/combo_box.feature
mohawk-0.0.1 features/combo_box.feature