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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user