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 Pontus Dreij
parent aa9475ce12
commit 88c343691d
4 changed files with 13 additions and 3 deletions
@@ -68,6 +68,7 @@ export default function CountrySelect({
onSelectionChange={handleChange}
ref={field.ref}
selectedKey={field.value}
data-testid={name}
>
<div className={styles.comboBoxContainer}>
<Label