зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1604216 Part 1: Make test browser_orientationchange_event.js properly await reload. r=mtigley
Differential Revision: https://phabricator.services.mozilla.com/D58035 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
cbdb97b2a8
Коммит
09a6c0ebd1
|
@ -61,7 +61,9 @@ addRDMTask(TEST_URL, async function({ ui }) {
|
|||
|
||||
info("Check that the viewport orientation values persist after reload");
|
||||
const browser = ui.getViewportBrowser();
|
||||
await browser.reload();
|
||||
const reload = waitForViewportLoad(ui);
|
||||
browser.reload();
|
||||
await reload;
|
||||
|
||||
await SpecialPowers.spawn(ui.getViewportBrowser(), [], async function() {
|
||||
info("Check that we still have the previous orientation values.");
|
||||
|
|
Загрузка…
Ссылка в новой задаче