Bug 1794070 - Use `await SpecialPowers.popPrefEnv()` explicitly at the end of each...
commit23934b8a4da496ed0184e21587d1e3b79447c537
authorHiroyuki Ikezoe <hikezoe.birchill@mozilla.com>
Mon, 21 Nov 2022 03:10:06 +0000 (21 03:10 +0000)
committerHiroyuki Ikezoe <hikezoe.birchill@mozilla.com>
Mon, 21 Nov 2022 03:10:06 +0000 (21 03:10 +0000)
tree3ae273f2ac85c3d78fd0838f059b9da708e8efb6
parentb317e88da379762f800617258966206c59e3be9a
Bug 1794070 - Use `await SpecialPowers.popPrefEnv()` explicitly at the end of each test. r=tnikkel

Otherwise prefs set in the previous test case will persist. In fact
some of test cases were lacking "browser.swipe.navigation-icon-move-distance".

Differential Revision: https://phabricator.services.mozilla.com/D161751
widget/tests/browser/browser_test_swipe_gesture.js