There's no way to differentiate between sub-components of a parent that listen to events on the same namepsace and rely on isolation when mocking DOM events with the mockDOMSource. This means there can be only one event for the confirm and cancel buttons.
There's no way to differentiate between sub-components of a parent that listen to events on the same namepsace and rely on isolation when mocking DOM events with the
mockDOMSource
. This means there can be only one event for the confirm and cancel buttons.