Bug 1575548 - Enable websockets in netmonitor's browser_net_ws-* tests to prevent them from failing on non-central branches. r=Honza DONTBUILD a=Aryx

Differential Revision: https://phabricator.services.mozilla.com/D43298

--HG--
extra : source : fbbcc4e9d6f4408eceb646f1ba877cff009a54b9
This commit is contained in:
Sebastian Hengst 2019-08-26 09:19:35 +00:00
Родитель 605749ff64
Коммит 61a28b7366
3 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -8,6 +8,10 @@
*/
add_task(async function() {
await SpecialPowers.pushPrefEnv({
set: [["devtools.netmonitor.features.webSockets", true]],
});
const { tab, monitor } = await initNetMonitor(WS_PAGE_URL);
info("Starting test... ");

Просмотреть файл

@ -8,6 +8,10 @@
*/
add_task(async function() {
await SpecialPowers.pushPrefEnv({
set: [["devtools.netmonitor.features.webSockets", true]],
});
const { tab, monitor } = await initNetMonitor(WS_PAGE_URL);
info("Starting test... ");

Просмотреть файл

@ -8,6 +8,10 @@
*/
add_task(async function() {
await SpecialPowers.pushPrefEnv({
set: [["devtools.netmonitor.features.webSockets", true]],
});
const { tab, monitor } = await initNetMonitor(WS_PAGE_URL);
info("Starting test... ");