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):