Bug 1332856. Update comments to be accurate. r=miketaylr DONTBUILD

MozReview-Commit-ID: D17it74mhAp

--HG--
extra : rebase_source : 6350567030ee1ada5a960ecb147da0679d74ad8c
This commit is contained in:
Mike Taylor 2017-02-16 16:23:04 -06:00
parent 44062aa2c0
commit f3194e0818

View File

@ -1,8 +1,8 @@
/* Test that clicking on the Report Site Issue button opens a new tab
and sends a postMessaged blob at it.
testing/profiles/prefs_general.js sets the value for
"extensions.webcompat-reporter.newIssueEndpoint" */
and sends a postMessaged blob to it. */
add_task(function* test_screenshot() {
// ./head.js sets the value for PREF_WC_REPORTER_ENDPOINT
yield SpecialPowers.pushPrefEnv({set: [[PREF_WC_REPORTER_ENDPOINT, NEW_ISSUE_PAGE]]});
let tab1 = yield BrowserTestUtils.openNewForegroundTab(gBrowser, TEST_PAGE);