waitFor

abstract suspend fun <T> waitFor(condition: () -> Promise<T>, options: TestContextWaitForOptions = definedExternally): T(source)