зеркало из https://github.com/mozilla/gecko-dev.git
Bug 910106 - Replace loadUrl with inputAndLoadUrl in PixelTest. r=lucasr
This commit is contained in:
Родитель
2f8728c39e
Коммит
65c13b9e3a
|
@ -8,7 +8,7 @@ abstract class PixelTest extends BaseTest {
|
|||
|
||||
protected final PaintedSurface loadAndGetPainted(String url) {
|
||||
Actions.RepeatedEventExpecter paintExpecter = mActions.expectPaint();
|
||||
loadUrl(url);
|
||||
inputAndLoadUrl(url);
|
||||
verifyHomePagerHidden();
|
||||
paintExpecter.blockUntilClear(PAINT_CLEAR_DELAY);
|
||||
paintExpecter.unregisterListener();
|
||||
|
|
Загрузка…
Ссылка в новой задаче