зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1113754 - Wait for view in robocop getToolbarView; r=mcomella
This commit is contained in:
Родитель
c47639e831
Коммит
c095dea1c3
|
@ -83,6 +83,7 @@ public class ToolbarComponent extends BaseComponent {
|
|||
* Returns the root View for the browser toolbar.
|
||||
*/
|
||||
private View getToolbarView() {
|
||||
mSolo.waitForView(R.id.browser_toolbar);
|
||||
return mSolo.getView(R.id.browser_toolbar);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче