mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-02 22:26:57 -05:00
Fix E2E test
This commit is contained in:
parent
cf793ffe3d
commit
f20a3ee8d8
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user