mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Remove "Focus" to pass test.
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user