@bigbinary/neeto-playwright-commons 1.22.29 → 1.22.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +1 -0
- package/index.cjs.js.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -179872,6 +179872,7 @@ const commands = {
|
|
|
179872
179872
|
await page.goto("/", { timeout: 35000 });
|
|
179873
179873
|
await page.waitForLoadState();
|
|
179874
179874
|
await use(page);
|
|
179875
|
+
await page.close();
|
|
179875
179876
|
},
|
|
179876
179877
|
mailerUtils: async ({ neetoPlaywrightUtilities }, use) => {
|
|
179877
179878
|
const mailerUtils = new MailerUtils(neetoPlaywrightUtilities);
|