Skip to content

Commit 6e93e7d

Browse files
authored
Merge pull request #2 from Dzanan91/fix-for-homepage-bug
fixed import issue
2 parents 6ef710f + a61eb2d commit 6e93e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/BaseTest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { test as baseTest } from '@playwright/test';
2-
import { HomePage } from '../pages/homepage';
2+
import { HomePage } from '../pages/homePage';
33
import { CommonActions } from './commonActions';
44

55
const test = baseTest.extend<{

0 commit comments

Comments
 (0)