diff --git a/e2e/helpers/nightmare.js b/e2e/helpers/nightmare.js index a76b500935..75794c28d2 100644 --- a/e2e/helpers/nightmare.js +++ b/e2e/helpers/nightmare.js @@ -10,7 +10,10 @@ module.exports = function createNightmare(width = 1280, height = 720) { typeInterval: 10, x: 0, y: 0, - waitTimeout: 2000 + waitTimeout: 2000, + // openDevTools: { + // mode: 'detach' + // } }).viewport(width, height); nightmare.on('console', (type, message, ...args) => {