From e5c7d1dd13d5f52576bda2a64b8347d4a709bf5d Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Thu, 22 Sep 2016 08:45:42 +0200 Subject: [PATCH] Don't check window count --- test/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/index.js b/test/index.js index bbc629d7..f94e24bc 100644 --- a/test/index.js +++ b/test/index.js @@ -19,11 +19,6 @@ test.after(async () => { await app.stop(); }); -test('check window count', async t => { - await app.client.waitUntilWindowLoaded(); - t.is(await app.client.getWindowCount(), 4); -}); - test('see if dev tools are open', async t => { await app.client.waitUntilWindowLoaded(); t.false(await app.browserWindow.isDevToolsOpened());