зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1354761 - Avoid calling goNext inside BTU.withNewTab in browser_popupNotification_keyboard.js. r=Nihanth
This was likely the cause of intermittent failures reporting dangling tabs at the end of the test. MozReview-Commit-ID: Cq07ALUGiFI --HG-- extra : rebase_source : 92abf61b4e4638629c4cc0bbfd98dd7a60e7c68d
This commit is contained in:
Родитель
ea7e4c095b
Коммит
d4e59cfee3
|
@ -201,8 +201,8 @@ var tests = [
|
||||||
});
|
});
|
||||||
|
|
||||||
notification.remove();
|
notification.remove();
|
||||||
goNext();
|
|
||||||
});
|
});
|
||||||
|
goNext();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
Загрузка…
Ссылка в новой задаче