it.each`
    index | value              | state
    ${0}  | ${undefined}       | ${3}
    ${1}  | ${'group-option1'} | ${0}
    ${2}  | ${'group-option2'} | ${0}