Sha256: 6ffdc4315abe571e3df119b695f3330bdb8b666b95297f6d7469ef009355504b

Contents?: true

Size: 664 Bytes

Versions: 2

Compression:

Stored size: 664 Bytes

Contents

Feature: Using the Stack Panel Widget

  Background:
    Given I am on the Showcase Stack Panel page


  Scenario: View panel content
    When I select the "Filters" panel from the stack
    Then I see "Sent by me"

  Scenario: Selected panel element
    When I select the "Contacts" panel from the stack
    Then the current panel is "Contacts"

  Scenario: Grabbing all panel names
    Then the stack panel labels are:
      | Mail     |
      | Filters  |
      | Contacts |

  Scenario: Determine which panel is selected
    When I select the "Contacts" panel from the stack
    Then the "Contacts" panel is selected
    And the "Filters" panel is not selected

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gwt_widgets-0.0.7 features/stack_panel.feature
gwt_widgets-0.0.6 features/stack_panel.feature