diff --git a/test/content/support.js b/test/content/support.js index ee253ecc4..559f6f519 100644 --- a/test/content/support.js +++ b/test/content/support.js @@ -497,6 +497,8 @@ var getTempDirectory = Zotero.Promise.coroutine(function* getTempDirectory() { * any that were set at startup */ function resetDB(options = {}) { + Zotero.Prefs.clear('lastViewedFolder') + if (options.thisArg) { options.thisArg.timeout(60000); }