fix(SW-360): Added test ids to form fields

This commit is contained in:
Tobias Johansson
2024-09-12 16:05:22 +02:00
committed by Chuma McPhoy
parent e086857072
commit c22fa9fa8c
4 changed files with 13 additions and 3 deletions

View File

@@ -68,6 +68,7 @@ export default function CountrySelect({
onSelectionChange={handleChange}
ref={field.ref}
selectedKey={field.value}
data-testid={name}
>
<div className={styles.comboBoxContainer}>
<Label