firma icon indicating copy to clipboard operation
firma copied to clipboard

Remove deprecated

Open RCasatta opened this issue 3 years ago • 0 comments

ActivityTestRule has been deprecated in favor of ActivityScenarioRule and this makes necessary changes to migrate.

However, a trick was used to speed up typing, accessing the activity and changing the value of the edit text instead of manually typing on the keyboard, incrementing a lot test times, and also make tests more reliable (maybe because of time share limitation)

With ActivityScenarioRule it should be possible to access the activity with onActivity however I cannot make it working

RCasatta avatar Dec 10 '20 10:12 RCasatta