Bug 1105887 - Wait for panel in testAboutHomeVisibility; r=mcomella

This commit is contained in:
Geoff Brown 2014-12-19 09:22:06 -07:00
parent 18d594a471
commit aa15f056c4

View File

@ -205,6 +205,8 @@ public class AboutHomeComponent extends BaseComponent {
*/
public AboutHomeComponent navigateToBuiltinPanelType(PanelType panelType) throws IllegalArgumentException {
Tabs.getInstance().loadUrl(AboutPages.getURLForBuiltinPanelType(panelType));
final int expectedPanelIndex = getPanelIndexForDevice(panelType);
waitForPanelIndex(expectedPanelIndex);
return this;
}
}