Update auth.md

Signed-off-by: Christopher Dunderdale <47271795+thatstatsguy@users.noreply.github.com>
This commit is contained in:
Christopher Dunderdale 2024-04-09 20:06:03 +02:00 committed by GitHub
parent 9727e1c69f
commit a3fcbf762e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
});
```