diff --git a/tests/e2e/env_spec.js b/tests/e2e/env_spec.js index 9454b92e..4bcfc4e8 100644 --- a/tests/e2e/env_spec.js +++ b/tests/e2e/env_spec.js @@ -36,7 +36,7 @@ describe("Electron app environment", function() { it("should open a browserwindow", function() { return app.client .waitUntilWindowLoaded() - .browserWindow.focus() + // .browserWindow.focus() .getWindowCount() .should.eventually.equal(1) .browserWindow.isMinimized()