Bug 1095723 - browser_addons.js fails quite frequently in e10s and --run-by-dir. r=mixedpuppy

This commit is contained in:
Joel Maher 2014-11-11 14:56:00 +01:00
parent e13c782a26
commit 5e58913eb5

View File

@ -170,6 +170,7 @@ function runSocialTests(tests, cbPreTest, cbPostTest, cbFinish) {
let testIter = Iterator(tests);
let providersAtStart = Social.providers.length;
info("runSocialTests: start test run with " + providersAtStart + " providers");
window.focus();
PopupNotifications.transitionsEnabled = false;