Sha256: 80c7674cc9252130ad17824228444119ccaa3b2fdfb99ae4186bc415128c5c92

Contents?: true

Size: 485 Bytes

Versions: 2

Compression:

Stored size: 485 Bytes

Contents

Feature:  Working with menu items

Scenario: Selecting a menu item by text
  When I select the menu item by text
  Then I should see the "About" window

Scenario: Selecting an item from the menu
  When I select the menu item in the path "File | Roundabout Way | To | About"
  Then I should see the "About" window

Scenario: Clicking an item from the menu
  When I click the menu item in the path "File | Roundabout Way | To | About"
  Then I should see the "About" window

Version data entries

2 entries across 2 versions & 1 rubygems

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