fix(SW-360): Added test ids to form fields
This commit is contained in:
committed by
Chuma McPhoy
parent
e086857072
commit
c22fa9fa8c
@@ -68,6 +68,7 @@ export default function CountrySelect({
|
||||
onSelectionChange={handleChange}
|
||||
ref={field.ref}
|
||||
selectedKey={field.value}
|
||||
data-testid={name}
|
||||
>
|
||||
<div className={styles.comboBoxContainer}>
|
||||
<Label
|
||||
|
||||
Reference in New Issue
Block a user