Added focus before each step, might help

This commit is contained in:
Kylart 2019-07-04 00:12:22 +02:00
parent ad5b9d0ff7
commit 7a436e19c8
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ module.exports = function () {
beforeEach(function () { beforeEach(function () {
chaiAsPromised.transferPromiseness = this.app.transferPromiseness chaiAsPromised.transferPromiseness = this.app.transferPromiseness
this.app.browserWindow.focus()
}) })
after(async function () { after(async function () {