Don't check window count

This commit is contained in:
Leo Lamprecht 2016-09-22 08:45:42 +02:00
parent 629c232ef5
commit e5c7d1dd13
No known key found for this signature in database
GPG key ID: C251EE4DA454117B

View file

@ -19,11 +19,6 @@ test.after(async () => {
await app.stop(); 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 => { test('see if dev tools are open', async t => {
await app.client.waitUntilWindowLoaded(); await app.client.waitUntilWindowLoaded();
t.false(await app.browserWindow.isDevToolsOpened()); t.false(await app.browserWindow.isDevToolsOpened());