diff --git a/app/features/team/routes/t.$customUrl.edit.tsx b/app/features/team/routes/t.$customUrl.edit.tsx index 377efcfb8..fe3be811e 100644 --- a/app/features/team/routes/t.$customUrl.edit.tsx +++ b/app/features/team/routes/t.$customUrl.edit.tsx @@ -233,7 +233,7 @@ function TwitterInput() { maxLength={TEAM.TWITTER_MAX_LENGTH} value={value} onChange={(e) => setValue(pathnameFromPotentialURL(e.target.value))} - data-testid="twitter-input" + testId="twitter-input" /> );