Fix E2E test

This commit is contained in:
Kalle 2023-11-11 13:54:38 +02:00
parent cf793ffe3d
commit f20a3ee8d8

View File

@ -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"
/>
</div>
);