mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 07:31:32 +00:00
11 lines
338 B
JavaScript
11 lines
338 B
JavaScript
/* 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));
|
|
}); |