Sha256: 9568a5928a6e8d893f4c06adac85083c6165a7bd527f947b2d1d16ee8ac049c0

Contents?: true

Size: 902 Bytes

Versions: 3

Compression:

Stored size: 902 Bytes

Contents

Feature: Using the Accordion Widget

  This feature will test using the accordion widget.

Background:
  Given I am on the accordion page


  Scenario: Getting information from the accordion
    When I select the "Section 2" accordion element
    Then I should see "Sed non urna."

  Scenario: Selected accordion element
    When I select the "Section 3" accordion element
    Then the current accordion element should be "Section 3"

  Scenario: Grabbing all scenario names
    Then the accordion labels should include "Section 1"
    And the accordion labels should include "Section 2"
    And the accordion labels should include "Section 3"
    And the accordion labels should include "Section 4"

  Scenario: Asking if some tab is selected
    When I select the "Section 3" accordion element
    Then the "Section 3" element should be selected
    And the "Section 2" element should not be selected

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jqueryui_widgets-1.0 features/accordion.feature
jqueryui_widgets-0.7.1 features/accordion.feature
jqueryui_widgets-0.6 features/accordion.feature