Skip to content

Commit a24322f

Browse files
committed
Avoid to display download panel during integration tests
- it could be the cause of the failures in mozilla#14189; - and the patch in firefox to enable the pref landed very recently: https://hg.mozilla.org/mozilla-central/rev/3de56e38f3c87f33a1e7849701edb3c62bc472a5
1 parent 390ddd9 commit a24322f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,7 @@ async function startBrowser(browserName, startUrl = "") {
921921
"pdfjs.disabled": true,
922922
"browser.helperApps.neverAsk.saveToDisk": "application/pdf",
923923
// Avoid popup when saving is done
924+
"browser.download.improvements_to_download_panel": false,
924925
"browser.download.panel.shown": true,
925926
// Save file in output
926927
"browser.download.folderList": 2,

0 commit comments

Comments
 (0)