Options for configuring the timing of waitUntil.
waitUntil
The duration between attempts.
{milliseconds: 100} Copy
{milliseconds: 100}
The maximum duration to keep trying. If the waitUntil expectations are still not met by this time, an AssertionError will be thrown.
{seconds: 10} Copy
{seconds: 10}
@augment-vir/assert
Options for configuring the timing of
waitUntil
.