зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1421335 - Update test; r=nchevobbe
MozReview-Commit-ID: Far6gsV6SXd --HG-- extra : rebase_source : cdb77acf095e79a9b53942f12b6f3bbed38e5b40
This commit is contained in:
Родитель
f51b48434f
Коммит
c7d5d0cf13
|
@ -145,6 +145,7 @@ async function openRequestBeforeUpdates(target, hud, tab) {
|
|||
// Panel testing helpers
|
||||
|
||||
async function testNetworkMessage(toolbox, messageNode) {
|
||||
await testStatusInfo(messageNode);
|
||||
await testHeaders(messageNode);
|
||||
await testCookies(messageNode);
|
||||
await testParams(messageNode);
|
||||
|
@ -154,6 +155,13 @@ async function testNetworkMessage(toolbox, messageNode) {
|
|||
await waitForLazyRequests(toolbox);
|
||||
}
|
||||
|
||||
// Status Info
|
||||
|
||||
function testStatusInfo(messageNode) {
|
||||
let statusInfo = messageNode.querySelector(".status-info");
|
||||
ok(statusInfo, "Status info is not empty");
|
||||
}
|
||||
|
||||
// Headers
|
||||
|
||||
function testEmptyHeaders(messageNode) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче