What steps will reproduce the problem? 1. First time test webview elements by solo.typeTextInWebElement(username, "Tom") and
solo.typeTextInWebElement(password, "123") correctly entered these two editText and takes your to next page
But second time test now WebElements are incorrectly entered, i.e Tom123 are entered as username
What is the expected output?
username Tom (on first time run)
password 123
What do you see instead?
username Tom123 (on second run)
From minsche...@googlemail.com on June 29, 2015 10:39:26
What steps will reproduce the problem? 1. First time test webview elements by solo.typeTextInWebElement(username, "Tom") and solo.typeTextInWebElement(password, "123") correctly entered these two editText and takes your to next page
What is the expected output? username Tom (on first time run) password 123
What do you see instead? username Tom123 (on second run)
So my thinking was that tearDown not was correct?
@After public void tearDown() throws Exception {
What version of the product are you using? 5.4.1
On what operating system? Android Studio Mac OSX Yosemite Please provide any additional information below.
Original issue: http://code.google.com/p/robotium/issues/detail?id=688