Hierarchy

  • MatTableHarness
    • SamaTableHarness

Constructors

  • Parameters

    • locatorFactory: LocatorFactory

    Returns SamaTableHarness

Properties

hostSelector: string = 'sama-table'

The selector for the host element of a MatTableHarness instance.

Methods

  • Moves (drags) a row from one index to another.

    Type Parameters

    • T

    Parameters

    • fixture: ComponentFixture<T>
    • rowIndex: number
    • targetIndex: number

    Returns Promise<void>