diff --git a/docs/src/auth.md b/docs/src/auth.md index 809837081f..6c26e6b1a3 100644 --- a/docs/src/auth.md +++ b/docs/src/auth.md @@ -305,7 +305,7 @@ await context.StorageStateAsync(new() // Create a new context with the saved storage state. var context = await browser.NewContextAsync(new() { - StorageStatePath = "../../../state.json" + StorageStatePath = "../../../playwright/.auth/state.json" }); ```