Sha256: db841a9fead1758332cf64fddebace9c39f1eb2493c4cb00643179916e8fa085

Contents?: true

Size: 848 Bytes

Versions: 9

Compression:

Stored size: 848 Bytes

Contents

Feature: Menu links should take an appropriate action
  from all pages requiring the main menu

  Scenario: Click Home Page Menu Links
    Given a user navigates to the home page
    Then the user clicks on the Test Alert link
    Then the user closes the Test Alert box
    Then the user clicks on the Test Modal Dialog link
    Then the user closes the Test Modal Dialog
    Then the user clicks on the Test Dialog link
    Then the user closes the Test Dialog

  Scenario: Click Registration Page Menu Links
    Given a user navigates to the registration page
    Then the user clicks on the Test Alert link
    Then the user closes the Test Alert box
    Then the user clicks on the Test Modal Dialog link
    Then the user closes the Test Modal Dialog
    Then the user clicks on the Test Dialog link
    Then the user closes the Test Dialog

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
whirlwind-0.1.8 sites/demo/features/click_links.feature
whirlwind-0.1.7 sites/demo/features/click_links.feature
whirlwind-0.1.6 sites/demo/features/click_links.feature
whirlwind-0.1.5 sites/demo/features/click_links.feature
whirlwind-0.1.4 sites/demo/features/click_links.feature
whirlwind-0.1.3 sites/demo/features/click_links.feature
whirlwind-0.1.2 sites/demo/features/click_links.feature
whirlwind-0.1.1 sites/demo/features/click_links.feature
whirlwind-0.1.0 sites/demo/features/click_links.feature