зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1669900, wait for page range to update to avoid timeout error in browser_print_page_range.js r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D94472
This commit is contained in:
Родитель
9c2ae9557b
Коммит
68060d039f
|
@ -28,8 +28,10 @@ add_task(async function testRangeResetAfterScale() {
|
|||
let percentScale = helper.get("percent-scale");
|
||||
await helper.waitForPreview(() => helper.text(percentScale, "200"));
|
||||
|
||||
await helper.text(helper.get("custom-range-start"), "3");
|
||||
await helper.text(helper.get("custom-range-end"), "3");
|
||||
await helper.waitForPreview(() => {
|
||||
helper.text(helper.get("custom-range-start"), "3");
|
||||
helper.text(helper.get("custom-range-end"), "3");
|
||||
});
|
||||
|
||||
await helper.withClosingFn(async () => {
|
||||
await helper.text(percentScale, "10");
|
||||
|
|
Загрузка…
Ссылка в новой задаче