Packages@robojs/mock
WaitForActionOptions
Interface: WaitForActionOptions
Options for waiting for an action
Properties
| Property | Type | Description |
|---|---|---|
filter? | (action: RecordedAction) => boolean | Filter function to match specific actions |
timeout? | number | Timeout in milliseconds (default: 5000) |
type | string | Action type to wait for |
