I have an issue with Espresso not waiting for Completable to finish, so my UI test is Failing
apiDataSource.getData() .flatMap { data ->