Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
YasushiKobayashi committed Jun 5, 2023
1 parent 4eee7d6 commit faa7562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/playwright-sample/src/testUtils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import AxeBuilder from '@axe-core/playwright'
import { Page } from '@playwright/test'

export const baseUrl = 'http://localhost:3000/'
export const baseDir = 'test-results/screenshots'
Expand Down

0 comments on commit faa7562

Please sign in to comment.