Sha256: 8da9ffd0defd8a63260313ec12f2eb3ea5ed74e37eff937b28c4e72f618a6c4a
Contents?: true
Size: 1.41 KB
Versions: 41
Compression:
Stored size: 1.41 KB
Contents
Feature: Showing and opening bookmarks in a tree Background: When I will choose "plugins/web_bookmarks/features/fixtures" from the "open_directory" dialog And I open a directory Scenario: Show grouped bookmarks from .redcar/web_bookmarks.json in the project When I open the web bookmarks tree Then I should see "Online" in the tree And I should see "Sample" in the tree And I should not see "Other" in the tree Scenario: Show individual bookmarks in groups When I open the web bookmarks tree And I expand the tree row "Online" Then I should see "Google" in the tree And I should see "Github" in the tree Scenario: Opening a bookmark from the tree When I open the web bookmarks tree And I activate the "Sample" node in the tree Then my active tab should be "Sample" And the HTML tab should say "Hello!!" Scenario: Closing the project via icon closes the bookmarks tree When I open the web bookmarks tree And I click the project tree tab And I click the close button Then the tree width should be the minimum size And there should not be a tree titled "Web Bookmarks" Scenario: Closing the project via menu item closes the bookmarks tree When I open the web bookmarks tree And I click the project tree tab And I close the tree Then the tree width should be the minimum size And there should not be a tree titled "Web Bookmarks"
Version data entries
41 entries across 41 versions & 2 rubygems