I migrated my tests from Jasmine to Jest in angular.
I’ve one remaining where it seems that one element that I’m selecting is undefined:
fixture.nativeElement.querySelector('#wizard-back-button button');
Is there a way to output the HTML of the component to investigate why it doesn’t manage to retrieve this button?