Skip to content

Commit

Permalink
Remove test attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mahoneycm committed Oct 21, 2024
1 parent aed6a6e commit 1083608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/usa-text-input/text-input.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
state: "Default",
},
render: ({ state }) => html`
<usa-text-input state=${state == "Default" ? nothing : state} test>
<usa-text-input state=${state == "Default" ? nothing : state}>
<label for="input-type-text">Text input label</label>
<input id="input-type-text" name="input-type-text" />
</usa-text-input>
Expand Down

0 comments on commit 1083608

Please sign in to comment.