commit f4b6e228173940068013533a03fba6988a394e34
parent 1c372f7892199b84f128662fd71dc5795ec64348
Author: Dan Stillman <dstillman@zotero.org>
Date: Sun, 26 Apr 2015 16:39:19 -0400
Disable browser UI tour in test profile
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/test/runtests.sh b/test/runtests.sh
@@ -79,6 +79,7 @@ mkdir "$PROFILE/zotero"
cat <<EOF > "$PROFILE/prefs.js"
user_pref("extensions.autoDisableScopes", 0);
+user_pref("browser.uitour.enabled", false);
user_pref("extensions.zotero.debug.log", $DEBUG);
user_pref("extensions.zotero.debug.time", $DEBUG);
user_pref("extensions.zotero.firstRunGuidance", false);