Skip to content

Commit

Permalink
chore: clean up import
Browse files Browse the repository at this point in the history
  • Loading branch information
Van-QA committed Feb 6, 2024
1 parent 697abb6 commit 12e17a8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions electron/tests/pages/basePage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import { expect, test as base } from '@playwright/test'
import { _electron as electron } from '@playwright/test'
import { ElectronApplication, Page } from '@playwright/test'
import {
expect,
test as base,
_electron as electron,
ElectronApplication,
Page,
} from '@playwright/test'
import {
findLatestBuild,
parseElectronApp,
Expand Down Expand Up @@ -60,5 +64,4 @@ export const test = base.extend<{
],
})


test.setTimeout(TIMEOUT)

0 comments on commit 12e17a8

Please sign in to comment.