Skip to content

Commit

Permalink
Update teret.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tzurielweisberg authored Aug 6, 2023
1 parent 99ddb7a commit d360f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teret.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ it('should update iframe src', () => {
component.onboardingStatus$ = of(OnboardingStatus.NotStarted);
component.isLoading = false;
fixture.detectChanges();
const videoIframe = () => fixture.debugElement.query(Css);
const videoIframe = () => fixture.debugElement.query(css('.test-video-iframe')).nativeElement;
expect(videoIframe().src).toBe(trialPageInformation.videoLink);
});

0 comments on commit d360f07

Please sign in to comment.