mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1332856. Update comments to be accurate. r=miketaylr DONTBUILD
MozReview-Commit-ID: D17it74mhAp --HG-- extra : rebase_source : 6350567030ee1ada5a960ecb147da0679d74ad8c
This commit is contained in:
parent
44062aa2c0
commit
f3194e0818
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user