Skip to content

Commit 52eeeb6

Browse files
committed
fix: update test directory path for shopper project in Playwright config
1 parent 987bfec commit 52eeeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/qit/test-package/playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default defineConfig( {
7979
},
8080
{
8181
name: 'shopper',
82-
testDir: './tests/shopper',
82+
testDir: './tests/woopayments/shopper',
8383
use: { ...devices[ 'Desktop Chrome' ] },
8484
},
8585
// Additional projects for merchant and subscriptions subpackages

0 commit comments

Comments
 (0)