Bug 1244975 - Intermittent e10s browser_ssl_error_reports.js r=past

MozReview-Commit-ID: H3bYTOmIx36
This commit is contained in:
Mark Goodwin 2016-03-03 11:43:08 +00:00
parent c258d7a911
commit dd5d4c9925

View File

@ -66,6 +66,7 @@ function* testSendReportAutomatically(testURL, suffix, errorURISuffix) {
// Load the page and wait for the error report submission.
let promiseStatus = createReportResponseStatusPromise(URL_REPORTS + suffix);
browser.loadURI(testURL);
yield promiseErrorPageLoaded(browser);
ok(!isErrorStatus(yield promiseStatus),
"SSL error report submitted successfully");