agoda-com / Kakao

This repo is no longer supported. Please visit a https://github.com/KakaoCup/Kakao
Apache License 2.0
1.11k stars 102 forks source link

NestedScrollView not supported by ScrollTo ViewAction #209

Closed albertlouisong closed 4 years ago

albertlouisong commented 4 years ago

Steps to reproduce:

  1. Create a layout with a nested scroll view
  2. Create a test that calls scrollTo on a view within that layout

Observed Results:

Expected Results:

Possible Workaround:

Currently using the solution from here, which just adds NestedScrollView as one of the assignable objects for ScrollToAction

https://stackoverflow.com/questions/35272953/espresso-scrolling-not-working-when-nestedscrollview-or-recyclerview-is-in-coor

Unlimity commented 4 years ago

Hi there! Thank you for raising this problem. I'll see what I can do to improve.