Sha256: a69bbf88d4687e18bb08b9212b9fe4dfc76f199b1336d365b73516cafe56cd8d
Contents?: true
Size: 615 Bytes
Versions: 1
Compression:
Stored size: 615 Bytes
Contents
Feature: Tree Panel Background: Given I go to the home page And I wait for ajax call complete @javascript Scenario: Browsing a tree Then I should see "empty_folder" And I should see "folder" And I should see "subfolder" And I should see "home" And I should see "test" And I should not see "ruby" And I should not see "test 1" And I should not see "test 2" When I double click node "./folder" Then I should see "test" And I should see "test 1" And I should see "test 2" When I double click node "./folder/subfolder" Then I should see "ruby"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rwiki-0.1.3 | features/tree_panel.feature |