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 9, 2023
1 parent 72d431b commit 1ca60ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teret.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ it('should update iframe src', () => {
component.isLoading = false;
fixture.detectChanges();
const videoIframe = () => fixture.debugElement.query(tzur.css('.test-video-iframe')).nativeElement;

expect(videoIframe().src).toBe(trialPageInformation.videoLink);
});

0 comments on commit 1ca60ed

Please sign in to comment.