Sama UI Library
    Preparing search index...

    Class SamaTableHarness

    Hierarchy

    • MatTableHarness
      • SamaTableHarness
    Index

    Constructors

    • Parameters

      • locatorFactory: LocatorFactory

      Returns SamaTableHarness

    Properties

    hostSelector: string = 'sama-table'

    The selector for the host element of a MatTableHarness instance.

    Methods

    • Close overlay by column label

      Parameters

      • columnLabel: string
      • fixture: ComponentFixture<any>

      Returns void

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

      Type Parameters

      • T

      Parameters

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

      Returns Promise<void>