Remove "Focus" to pass test.

This commit is contained in:
Michael Teeuw 2019-01-03 16:42:31 +01:00
parent f3847ec6f3
commit 6914465e3d

View File

@ -36,7 +36,7 @@ describe("Electron app environment", function() {
it("should open a browserwindow", function() { it("should open a browserwindow", function() {
return app.client return app.client
.waitUntilWindowLoaded() .waitUntilWindowLoaded()
.browserWindow.focus() // .browserWindow.focus()
.getWindowCount() .getWindowCount()
.should.eventually.equal(1) .should.eventually.equal(1)
.browserWindow.isMinimized() .browserWindow.isMinimized()