Sha256: 04ee05d0b4e8180c8c2c750f3121c15f03bb36eb975588da52d100e9500cae16
Contents?: true
Size: 630 Bytes
Versions: 3
Compression:
Stored size: 630 Bytes
Contents
Feature: Using the menus widget This feature will test the ability to interact with menus and submenus. Background: Given I am on the menus page Scenario: Using the menu widget When I select the "Delphi" menu option Then I should see the inactive option "Delphi", "Ada" And I should see the "Delphi", "Saarland" option Scenario: Selecting submenu items When I select "Salzburg" and "Delphi" and "Ada" Then I should see the "Salzburg", "Delphi", "Ada" option Scenario: Should raise error when non-existing menu item is given Then I should have an error when I search for menu item "Taco"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jqueryui_widgets-0.7.1 | features/menus.feature |
jqueryui_widgets-0.6 | features/menus.feature |
jqueryui_widgets-0.5 | features/menus.feature |