Sha256: b085b65c38474f3c303d190ef540a4fe4e583e331866a9a0e12bcde4c81ff95d

Contents?: true

Size: 510 Bytes

Versions: 2

Compression:

Stored size: 510 Bytes

Contents

Feature: Using the GWT Tab Panel Widget

  Background:
    Given I am on the Showcase Tab Layout Panel page

  Scenario: User is presented with tabs
    Then I see a tab layout panel
    And the tab labels are:
      | Home      |
      | GWT Logo  |
      | More Info |

  Scenario: View content of a tab
    When I select the "More Info" tab
    Then I see "Tabs are highly customizable using CSS."

  Scenario: Select a tab
    When I select the "GWT Logo" tab
    Then the current tab should be "GWT Logo"

Version data entries

2 entries across 2 versions & 1 rubygems

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