Skip to content

Commit

Permalink
test: add missing tests for src/components/save-combo-button/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Feb 11, 2024
1 parent 5637279 commit 5b253c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/action-buttons/save-combo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export function SaveCombo() {
value={comboName}
onChange={e => setComboName(e.target.value)}
className={input({ theme })}
data-testid="combo-name-input"
/>
)}
<button
Expand Down

0 comments on commit 5b253c8

Please sign in to comment.