From 7a436e19c898e4ded3ddbfe2bf562ccd23c625d5 Mon Sep 17 00:00:00 2001 From: Kylart Date: Thu, 4 Jul 2019 00:12:22 +0200 Subject: [PATCH] Added focus before each step, might help --- test/hooks.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/hooks.js b/test/hooks.js index 40b42e6..c0eeb35 100644 --- a/test/hooks.js +++ b/test/hooks.js @@ -18,6 +18,8 @@ module.exports = function () { beforeEach(function () { chaiAsPromised.transferPromiseness = this.app.transferPromiseness + + this.app.browserWindow.focus() }) after(async function () {