Assert event
Skipped event
Assert that an event has been skipped. In other words, ensure that the previous action is not allowed.
Error message
Use with
to specify the expected error message.
The last event may have multiple error messages. It needs to include the expected error message.
Successful event
Assert that the last event has not been skipped; the last action was applied successfully.
No skipped events
Assert that the event chain doesn't contain any skipped events; all the actions have been applied successfully.
Timeout event
Assert that the previous state change was caused by a timeout.
Last updated
Was this helpful?