Bug 1038996 - Don't prepopulate the address bar with 'about:home', and 'about:privatebrowsing' on new tabs; they should be a placeholder. r=mcomella

This commit is contained in:
Jonathan Almeida [:jonalmeida]
2015-08-03 23:36:18 -07:00
parent 3428db1a93
commit 0ee32fc36d
3 changed files with 15 additions and 4 deletions

View File

@@ -184,7 +184,7 @@ abstract class BaseTest extends BaseRobocopTest {
// Send the keys for the URL we want to enter
mSolo.clearEditText(urlEditView);
mSolo.enterText(urlEditView, url);
mSolo.typeText(urlEditView, url);
// Get the URL text from the URL bar EditText view
final String urlBarText = urlEditView.getText().toString();