From 1e43e458446b666c5fec047409ca04fd68949ef1 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 3 Oct 2025 11:57:18 +0000 Subject: [PATCH] =?UTF-8?q?Refactor:=20Remove=20redundant=20'=E2=9D=8C'=20?= =?UTF-8?q?from=20anti-patterns=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tom.a.smith96 --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 78eef25bd8..8ce05c777d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -236,7 +236,7 @@ Priority: `data-testid` > semantic selectors > text selectors - Scenarios: `createStandardWorkspaceScenario`, `createWorkspaceWithTasksScenario`, `createWorkspaceWithMembersScenario` **Anti-Patterns**: -❌ Hardcoded selectors | ❌ Direct `page.locator()` in tests | ❌ Duplicate setup code | ❌ Real GitHub auth | ❌ Missing `waitForLoad()` | ❌ No `data-testid` +Hardcoded selectors | Direct `page.locator()` in tests | Duplicate setup code | Real GitHub auth | Missing `waitForLoad()` | No `data-testid` ### Environment Setup Required environment variables (see `env.example` for complete list):