You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Perform first solo.typeText(0,"test");
2. Perform solo.enterText(0,""); OR solo.clearEditText(0);
What is the expected output? What do you see instead?
The text should have been erased after step 2.
Instead the text didn't change
What version of the product are you using? On what operating system?
Version 5.4.1 on Android studio (win7-64bit)
Please provide any additional information below.
I use robotium for years on Eclipse and this specific methods Is in extensive
usage in my other projects
Original issue reported on code.google.com by [email protected] on 13 Jun 2015 at 9:54
The text was updated successfully, but these errors were encountered:
Ok there is a huge difference - I am testing a Dialog fragment view.
So the first step is click on a button which launches the fragment (extends
DialogFragment)
Then the rest is performed there.
Now solo.typeText(0, "testmed"); WORKS!!!
Why the solo.clearEditText(0); is not working ?
Original issue reported on code.google.com by
[email protected]
on 13 Jun 2015 at 9:54The text was updated successfully, but these errors were encountered: