Wrote end-to-end cypress tests

This commit is contained in:
ireic
2020-01-05 02:54:46 +01:00
parent ad74afb628
commit 64b237e046
60 changed files with 3698 additions and 215 deletions

View File

@@ -192,6 +192,7 @@ const SelectDropdown = ({
<Option
key={option.value}
data-select-option-value={option.value}
data-testid={`select-option:${option.label}`}
onMouseEnter={handleOptionMouseEnter}
onClick={() => selectOptionValue(option.value)}
>