Sha256: c921292287047c6e7e8e346cfdb5b211c46ea710305acf10f5a0c749da19dc17
Contents?: true
Size: 782 Bytes
Versions: 4
Compression:
Stored size: 782 Bytes
Contents
Feature: Tree Panel Background: Given I open the application @javascript Scenario: Browsing a tree Then I should see "empty_folder" And I should see the node titled "folder" And I should see the node titled "subfolder" And I should see the node titled "home" And I should see the node titled "test" And I should not see the node titled "ruby" And I should not see the node titled "test 1" And I should not see the node titled "test 2" When I double click the node with path "./folder" Then I should see the node titled "test" And I should see the node titled "test 1" And I should see the node titled "test 2" When I double click the node with path "./folder/subfolder" Then I should see the node titled "ruby"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rwiki-0.2.4 | features/tree_panel.feature |
rwiki-0.2.3 | features/tree_panel.feature |
rwiki-0.2.2 | features/tree_panel.feature |
rwiki-0.2.1 | features/tree_panel.feature |