Sha256: e774e4ba1c00d5652d58377ec511d9230ddd8f09e387781eca9ba2665c4d99e6

Contents?: true

Size: 948 Bytes

Versions: 1

Compression:

Stored size: 948 Bytes

Contents

Feature: Tab Panel

  Background:
    Given I open the application

  Scenario: Close a tab
    When I open the page "/Home"
    And I open the page "/Home/About"

    Then I should have the following open tabs:
      | Home  |
      | About |
    And the tree node "/Home/About" should be selected

    When I close a tab for node "/Home/About"
    Then I should have the following open tabs:
      | Home |
    And the tree node "/Home/About" should be selected

    When I close a tab for node "/Home"
    Then I should have no open tabs

  Scenario: Switching the tabs
    When I open the page "/Home"
    And I open the page "/Home/About"

    When I click a tab for page "/Home"
    And the tree node "/Home" should be selected
    And the tree node "/Home/About" should not be selected

    When I click a tab for page "/Home/About"
    And the tree node "/Home/About" should be selected
    And the tree node "/Home" should not be selected

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rwiki-0.2.5 features/tab_panel.feature