Skip to content

pathbar

Jeremy Wootten edited this page Mar 8, 2023 · 2 revisions

Test cases for the pathbar

BREADCRUMBS-01

Navigate using the views from folder to folder.

expected: While the view is focused the pathbar should show the path of the viewed folder as a series of "breadcrumbs", that is, separate directory indications.

BREADCRUMBS-02

Primary click on a breadcrumb.

expected The current view navigates to the clicked folder and the breadcrumbs update accordingly

BREADCRUMBS-03

Secondary click on a breadcrumb.

expected A context menu appears containing options:

  • to open the clicked folder in a new tab
  • to open the clicked folder in a new window
  • to open the clicked folder with an app
  • listing the folders, if any, at the same level as the clicked folder i.e. children of the clicked folder's parent.

COMPLETION-01

Start entering an existing folder path.

expected: Potential completions (may be partial) should show dim following the insertion point. Such completions should take case into account. Pressing TAB should case the completion to become part of the path.