Sha256: dcf6fac221e56b9d019b3b76e8183bc5138812d93264f9db1bf4e82e911c733b
Contents?: true
Size: 1.08 KB
Versions: 16
Compression:
Stored size: 1.08 KB
Contents
@project-fixtures Feature: Close directory tree Scenario: Close and re-open directory stays in the same window Given I will choose "plugins/project/spec/fixtures/myproject" from the "open_directory" dialog When I open a directory Then there should be 1 windows When I close the directory When I open a directory Then there should be 1 windows Scenario: Close directory via close icon Given I will choose "plugins/project/spec/fixtures/myproject" from the "open_directory" dialog When I open a directory And I click the close button Then the tree width should be the minimum size And the window should have title "Redcar" When I open a directory Then there should be 1 windows Scenario: Close directory via "Close Tree" menu item Given I will choose "plugins/project/spec/fixtures/myproject" from the "open_directory" dialog When I open a directory And I close the tree Then the tree width should be the minimum size And the window should have title "Redcar" When I open a directory Then there should be 1 windows
Version data entries
16 entries across 16 versions & 1 rubygems