From f20a3ee8d8f7b8714542f665890ea72d7fe8b6eb Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 11 Nov 2023 13:54:38 +0200 Subject: [PATCH] Fix E2E test --- app/features/team/routes/t.$customUrl.edit.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /> );