mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1197266, Reset pushed pref environment between browser tests, r=martijn
This commit is contained in:
parent
7f2bacd58c
commit
963f3608dd
@ -480,6 +480,8 @@ Tester.prototype = {
|
||||
// behavior of returning the last opened popup.
|
||||
document.popupNode = null;
|
||||
|
||||
yield new Promise(resolve => SpecialPowers.flushPrefEnv(resolve));
|
||||
|
||||
// Notify a long running test problem if it didn't end up in a timeout.
|
||||
if (this.currentTest.unexpectedTimeouts && !this.currentTest.timedOut) {
|
||||
let msg = "This test exceeded the timeout threshold. It should be " +
|
||||
|
Loading…
Reference in New Issue
Block a user