summaryrefslogtreecommitdiffstats
path: root/dom/wifi/test/marionette/test_wifi_enable.js
blob: 6a1bec7a2987010227766a8d273251ed05ad19f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

MARIONETTE_TIMEOUT = 60000;
MARIONETTE_HEAD_JS = 'head.js';

gTestSuite.doTest(function() {
  return Promise.resolve()
    .then(() => gTestSuite.ensureWifiEnabled(false))
    .then(() => gTestSuite.requestWifiEnabled(true));
});