Skip to content

Commit

Permalink
apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Jun 23, 2023
1 parent d4dd064 commit 13362b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Request } from 'playwright-core'
import type { Request } from 'playwright-core'

import { createNextDescribe } from 'e2e-utils'
import { BrowserInterface } from '../../../lib/browsers/base'
import type { BrowserInterface } from '../../../lib/browsers/base'

const getPathname = (url: string) => {
const urlObj = new URL(url)
Expand Down

0 comments on commit 13362b1

Please sign in to comment.