Sha256: 8181a351cf3cacb7eaf7d5d86f5e98d22be318d52ee10aa5604a94ea505aa314

Contents?: true

Size: 1.39 KB

Versions: 60

Compression:

Stored size: 1.39 KB

Contents

Feature: Multiple windows

  Scenario: Start with one window
    Then there should be one window
  
  Scenario: Open a new window
    When I open a new window
    Then there should be 2 windows
  
  Scenario: Open two new windows
    When I open a new window
    And I open a new window
    Then there should be 3 windows

  Scenario Outline: Close a window
    When I open a new window with title "Second"
    And I close the window <how>
    Then there should be one window
    And the window should be titled "Redcar"

    Examples:
      | how             |
      | with a command  | 
      | through the gui |
      
  Scenario: A new window is focussed
    When I open a new window with title "Second"
    And I open a new edit tab
    Then the window "Second" should have 1 tab
  
  Scenario: The focus returns the first window when I close the second
    When I open a new window with title "Second"
    And I close the window "Second" through the gui
    And I open a new edit tab
    Then the window "Redcar" should have 1 tab

  Scenario Outline: Can focus on each window
    When I open a new edit tab
    And I open a new window with title "Second"
    And I focus the window "Redcar" <how>
    And I open a new edit tab
    Then the window "Redcar" should have 2 tabs
    Then the window "Second" should have 0 tabs

    Examples:
      | how             |
      | with a command  | 
      | through the gui |

Version data entries

60 entries across 60 versions & 2 rubygems

Version Path
redcar-dev-0.12.17dev plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.16dev-java plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.15dev-java plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.14dev-java plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.13dev-java plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.12dev-java plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.11dev-java plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.10dev-java plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.9dev-java plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.8dev-java plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.7dev-java plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.6dev-java plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.4dev-java plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.3dev-java plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.1dev-java plugins/edit_view/features/multiple_windows.feature
redcar-dev-0.12.0dev-java plugins/edit_view/features/multiple_windows.feature
redcar-0.11 plugins/edit_view/features/multiple_windows.feature
redcar-0.11.0dev plugins/edit_view/features/multiple_windows.feature
redcar-0.10 plugins/edit_view/features/multiple_windows.feature
redcar-0.9.2 plugins/edit_view/features/multiple_windows.feature