fix(core): update

This commit is contained in:
2021-11-07 15:58:45 +01:00
parent 4b1f058a21
commit 797cac672b
7 changed files with 2508 additions and 1451 deletions

View File

@@ -14,6 +14,6 @@ tap.test('should get and stop an Incognito browser', async () => {
await incognitoInstance.start();
const page = await incognitoInstance.browser.newPage();
await incognitoInstance.stop();
})
});
tap.start();