Sama UI Library
    Preparing search index...

    Class SamaBreadcrumbHarness

    Hierarchy

    • ComponentHarness
      • SamaBreadcrumbHarness
    Index

    Constructors

    • Parameters

      • locatorFactory: LocatorFactory

      Returns SamaBreadcrumbHarness

    Properties

    hostSelector: string = 'sama-breadcrumb'

    Methods

    • Returns the harness that has the specified label and if the item is not there it returns error not found.

      Parameters

      • label: string

        The label of the menu item to fetch.

      Returns Promise<SamaBreadcrumbItemHarness>

    • Returns a single harnesses of every menu item that the component has and if the item is not there it returns error not found.

      Parameters

      • label: string

        The label of the menu item to fetch.

      Returns Promise<MenuItemHarness>