We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ef710f + a61eb2d commit 6e93e7dCopy full SHA for 6e93e7d
support/BaseTest.ts
@@ -1,5 +1,5 @@
1
import { test as baseTest } from '@playwright/test';
2
-import { HomePage } from '../pages/homepage';
+import { HomePage } from '../pages/homePage';
3
import { CommonActions } from './commonActions';
4
5
const test = baseTest.extend<{
0 commit comments