Skip to main content

Interface: AngularInteractorOption

Defined in: angular-core/dist/index.d.mts:21

Construction options for AngularInteractor.

Extends​

  • DOMInteractorOption

Properties​

settleTimeoutMs?​

readonly optional settleTimeoutMs?: number

Defined in: angular-core/dist/index.d.mts:29

Upper bound (in milliseconds) on how long a single interaction waits for the application to stabilize. Guards against apps that never stabilize (e.g. setInterval polling inside the zone) deadlocking every interaction; the polling waitUntil path remains the safety net.

Default Value​

3000
Inherited members (1)

Properties​

userEvent?​

readonly optional userEvent?: UserEventDispatcher

Defined in: dom-core/dist/index.d.mts:32

The user-event API interactions are dispatched through.

Default Value​

the @testing-library/user-event default export

Inherited from​

DOMInteractorOption.userEvent