- Fix ContactListItem test to expect both did and name parameters in open-offer-dialog event
- Update test assertion to properly handle nested array structure from Vue emitted events
- Maintain compatibility with parent component's expected event signature
- All 288 unit tests now pass with no regressions
The test was incorrectly expecting only the did parameter, but the parent component
expects both did and name as separate parameters.