We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28db877 commit ce16379Copy full SHA for ce16379
browser-testing/setup/wpLogin.js
@@ -1,7 +1,7 @@
1
import { test as setup } from '@wordpress/e2e-test-utils-playwright'
2
import '../support/env.js'
3
4
-const authFile = 'src/playwright/.auth/state.json'
+const authFile = '.auth/state.json'
5
6
setup('WordPress admin login', async ({ page }) => {
7
await page.goto('/wp-login.php')
0 commit comments