I\'m testing a React component with Jasmine Enzyme shallow rendering.
Simplified here for the purposes of this question...
function MyOuterComponent() {
const component = wrapper.find('MyInnerComponent').at(1); //at(1) index of element 0 to ~ expect(component.prop('title')).to.equal('Good-bye');