mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Don't check window count
This commit is contained in:
parent
629c232ef5
commit
e5c7d1dd13
1 changed files with 0 additions and 5 deletions
|
|
@ -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());
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue