diff --git a/package.json b/package.json index 006a8e74d..67562788a 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,6 @@ "d3-zoom": "^3.0.0", "flux": "~4.0.1", "fs-extra": "^10.0.0", - "fsevents": "^2.3.2", "gapi-script": "github:wevote/gapi-script", "glob": "^7.1.6", "iframe-resizer-react": "^1.1.0", diff --git a/tests/browserstack_automation/conf/base.conf.js b/tests/browserstack_automation/conf/base.conf.js deleted file mode 100644 index 20f335c23..000000000 --- a/tests/browserstack_automation/conf/base.conf.js +++ /dev/null @@ -1,29 +0,0 @@ -const browserStackConfig = require('./browserstack.conf'); - -module.exports = { - user: browserStackConfig.BROWSERSTACK_USER, - key: browserStackConfig.BROWSERSTACK_KEY, - injectGlobals: false, - updateJob: false, - specs: [ - -// '../specs/ReadyPage.js', -// '../specs/PrivacyPage.js', -// '../specs/SubmitRequestPage.js', - - ], - exclude: [], - logLevel: 'warn', - coloredLogs: true, - baseUrl: browserStackConfig.WEB_APP_ROOT_URL, - waitforTimeout: 10000, - connectionRetryTimeout: 90000, - connectionRetryCount: 3, - hostname: 'hub.browserstack.com', - services: [['browserstack']], - framework: 'mocha', - mochaOpts: { - ui: 'bdd', - timeout: 60000, - }, -}; diff --git a/tests/browserstack_automation/config/wdio.config.js b/tests/browserstack_automation/config/wdio.config.js index ba9d39994..ee4787d08 100644 --- a/tests/browserstack_automation/config/wdio.config.js +++ b/tests/browserstack_automation/config/wdio.config.js @@ -49,7 +49,7 @@ module.exports.config = { // Oakland, CA, USA gpsLocation: '37.804363,-122.271111', maskCommands: 'setValues, getValues, setCookies, getCookies', -// video: 'false', + video: 'false', }, }, maxInstances: 1,