Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
june07 committed Jul 6, 2024
1 parent ddce801 commit 5f2eb05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/license.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 5f2eb05

Please sign in to comment.