Sha256: 015db95e53c9423d6f2ef97a92b5349bfcb867c7010d99f181ce9fd014f456f9

Contents?: true

Size: 534 Bytes

Versions: 6

Compression:

Stored size: 534 Bytes

Contents

Feature: Using the jqueryui Tab widget

  Background:
    Given I am on the tabs page

  Scenario: Using the tabs widget
    When I select the "Proin dolor" tab
    Then I should see "Morbi tincidunt, dui sit amet"

  Scenario: Selected Tab Should Be
    When I select the "Proin dolor" tab
	Then the current tab should be "Proin dolor"

  Scenario: Getting All Tab Names
    Then the tab labels should include "Nunc tincidunt"
    And the tab labels should include "Proin dolor"
    And the tab labels should include "Aenean lacinia"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jqueryui_widgets-1.0 features/tabs.feature
jqueryui_widgets-0.7.1 features/tabs.feature
jqueryui_widgets-0.6 features/tabs.feature
jqueryui_widgets-0.5 features/tabs.feature
jqueryui_widgets-0.4 features/tabs.feature
jqueryui_widgets-0.3 features/tabs.feature