Fixed the nit from the review draft
authorAlessio Placitelli <alessio.placitelli@gmail.com>
Mon, 07 Mar 2016 17:53:11 +0100
changeset 337415 3c8b51a7d1352a94dc92376423826634bbc9086b
parent 337414 2c41ba80c59eb8a5eaef7739b6d50a38039ae63f
child 515654 84fca25176f58e0cfcc887800c5716841d0acf62
push id12349
push useralessio.placitelli@gmail.com
push dateMon, 07 Mar 2016 16:53:51 +0000
milestone47.0a1
Fixed the nit from the review MozReview-Commit-ID: 1oIj17AgVaI
toolkit/mozapps/extensions/test/browser/browser_experiments.js
--- a/toolkit/mozapps/extensions/test/browser/browser_experiments.js
+++ b/toolkit/mozapps/extensions/test/browser/browser_experiments.js
@@ -224,17 +224,18 @@ add_task(function* testOpenPreferences()
     });
   }, "advanced-pane-loaded", false);
 
   info("Loading preferences pane.");
   // We need to focus before synthesizing the mouse event (bug 1240052) as
   // synthesizeMouseAtCenter currently only synthesizes the mouse in the child process.
   // This can cause some subtle differences if the child isn't focused.
   yield SimpleTest.promiseFocus();
-  yield BrowserTestUtils.synthesizeMouseAtCenter("#experiments-change-telemetry", {}, gBrowser.selectedBrowser);
+  yield BrowserTestUtils.synthesizeMouseAtCenter("#experiments-change-telemetry", {},
+                                                 gBrowser.selectedBrowser);
 
   yield deferred.promise;
 });
 
 add_task(function* testButtonPresence() {
   yield gCategoryUtilities.openType("experiment");
   let item = get_addon_element(gManagerWindow, "test-experiment1@experiments.mozilla.org");
   Assert.ok(item, "Got add-on element.");