diff --git a/tests/license.spec.js b/tests/license.spec.js index d018a5f..9bdd980 100644 --- a/tests/license.spec.js +++ b/tests/license.spec.js @@ -27,7 +27,6 @@ module.exports = (async () => { await (await page.locator(ids.inputs.port)).clear() await (await page.locator(ids.inputs.port)).type(`${port}`) await (await page.locator(ids.inputs.host)).press('Enter') - await context.waitForEvent('page') // Wait for the license browser popup to show let showingSubscriptionMessage, tries = 0 @@ -66,7 +65,6 @@ module.exports = (async () => { await (await page.locator(ids.inputs.port)).clear() await (await page.locator(ids.inputs.port)).type(`${port}`) await (await page.locator(ids.inputs.host)).press('Enter') - await context.waitForEvent('page') let showingSubscriptionMessage, tries = 0 while (!showingSubscriptionMessage && tries < 10) {