fix(unit-2-auth): Fix all 4 failing unit tests to 29/29 passing
- Fix invitation MSW handler: use 'valid-token' to match test fixtures - Add data-testid='setup-success' to SetupPage success state - Change invite email input from readOnly to disabled (matches test assertion) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -172,7 +172,7 @@ export function InviteCompletePage() {
|
||||
id="email"
|
||||
type="email"
|
||||
value={email}
|
||||
readOnly
|
||||
disabled
|
||||
data-testid="invite-email-input"
|
||||
className="bg-muted"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user