Skip to content

Commit 938025c

Browse files
committed
fe: schema creation - Add missing Test ID.
1 parent a76bd70 commit 938025c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/pages/schemas/schema-create.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ const SchemaEditor = (p: {
703703
onChange={(e) => {
704704
p.onStateChange((prev) => ({ ...prev, userInput: e.target.value }));
705705
}}
706+
testId="schema-create-subject-name-input"
706707
value={state.computedSubjectName}
707708
/>
708709
</FormField>

0 commit comments

Comments
 (0)