Update dev settings snapshot

This commit is contained in:
Johannes Marbach
2026-06-08 08:46:26 +02:00
parent 102a7e2650
commit 4c2c068c3a
2 changed files with 28 additions and 20 deletions

View File

@@ -252,6 +252,14 @@ pnpm backend
> browser's trusted certificates or by simply copying and pasting each URL into
> your browsers address bar and follow the prompts to add the exception.
### Updating snapshots
To update snapshots used in tests, use Vitest's `-u` flag, e.g.:
```sh
pnpm test DeveloperSettingsTab -u
```
### Playwright tests
Our Playwright tests run automatically as part of our CI along with our other