Listvariable

Call this InteractorConstructor to initialize a list Interactor. The list interactor can be used to assert on lists state.

The list is located by the aria-label attribute or by text content.

Example

await List('ToDos').exists();

Filters

  • id: string – Filter by id
  • visible: boolean – Filter by visibility. Defaults to true. See isVisible.

← Back to @interactors/material-ui