Sha256: c7ca663c1865da4840e738cd356d0ca71ca1f2dcd3f7399697bae32478f3ba51
Contents?: true
Size: 939 Bytes
Versions: 1
Compression:
Stored size: 939 Bytes
Contents
Feature: Tree Panel Background: Given I open the application Scenario: Browsing the root node Then for the tree node "/Home" I should see following nodes: | About | | Development | | Personal stuff | And I should not see the tree node titled "Ruby" And I should not see the tree node titled "Addresses" Scenario: Expand the "/Home/Personal stuff" node When I expand the tree node "/Home/Personal stuff" Then for the tree node "/Home/Personal stuff" I should see following nodes: | Addresses | | Notes | Scenario: Expand the "/Home/Development" node When I expand the tree node "/Home/Development" And I expand the tree node "/Home/Development/Programming Languages" Then for the tree node "/Home/Development/Programming Languages" I should see following nodes: | Java | | JavaScript | | Python | | Ruby |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rwiki-0.2.5 | features/tree_panel.feature |