Dropdown Test: 'Change' Event
The scenario involves a `single-select` dropdown that contains options that will always have a unique value, but may (under some circumstances) have matching text labels. If we select an option from the list, and then select a second option with a different value, but a matching text label, the dropdown component does not (as far as we can tell) detect that the selected value has been changed, and thus does not perform logic that would normally be executed when a change occurs (updating the model or triggering associated events). See SOHO-8029 for more details.