.agents/skills/playwright-test-patterns/SKILL.md
Use these patterns when writing or refactoring Playwright tests in BTCPayServer.
AssertSearchText(value) or SelectDateRangePreset(name) instead of requiring repeated Expect(...).ToHave... calls at test call sites.