Signed-off-by: alperozturk <alper_ozturk@proton.me>
@@ -72,7 +72,7 @@ class UploadFilesActivityIT : AbstractIT() {
waitForIdleSync()
shortSleep()
- screenshot(sut)
+ screenshot(sut.fileListFragment.binding.emptyList.emptyListView)
}
@Test
@@ -142,6 +142,10 @@ public class ExtendedListFragment extends Fragment implements
private ListFragmentBinding binding;
+ public ListFragmentBinding getBinding() {
+ return binding;
+ }
+
protected void setRecyclerViewAdapter(RecyclerView.Adapter recyclerViewAdapter) {
mRecyclerView.setAdapter(recyclerViewAdapter);