Skip to content

Commit ce16379

Browse files
committed
fix authFile path
1 parent 28db877 commit ce16379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser-testing/setup/wpLogin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { test as setup } from '@wordpress/e2e-test-utils-playwright'
22
import '../support/env.js'
33

4-
const authFile = 'src/playwright/.auth/state.json'
4+
const authFile = '.auth/state.json'
55

66
setup('WordPress admin login', async ({ page }) => {
77
await page.goto('/wp-login.php')

0 commit comments

Comments
 (0)