await For
suspend fun awaitFor(timeout: Long = 5000, condition: TestFlowObserver<T>.() -> Boolean)
Content copied to clipboard
Awaits until the specified condition is fulfilled or the timeout is hit.
Parameters
timeout
How long to wait for in milliseconds
condition
The awaited condition