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

Version Path
redcar-0.13 plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.13.5dev plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.13.4dev plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.13.3dev plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.13.2dev plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.13.1dev plugins/web_bookmarks/features/bookmark.feature
redcar-0.12.1 plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.13.0dev plugins/web_bookmarks/features/bookmark.feature
redcar-0.12 plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.12.27dev plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.12.26dev plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.12.25dev plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.12.24dev plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.12.23dev plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.12.22dev plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.12.21dev plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.12.20dev plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.12.19dev plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.12.18dev plugins/web_bookmarks/features/bookmark.feature
redcar-dev-0.12.17dev plugins/web_bookmarks/features/bookmark.feature