From 0495664fb88971defcd04021ca60014fef172288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AATzuriel=20Weisberg=E2=80=AC=E2=80=8F?= Date: Sun, 6 Aug 2023 13:11:06 +0300 Subject: [PATCH] Update teret.ts --- teret.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teret.ts b/teret.ts index 06d7166..7febbb2 100644 --- a/teret.ts +++ b/teret.ts @@ -2,6 +2,6 @@ it('should update iframe src', () => { component.onboardingStatus$ = of(OnboardingStatus.NotStarted); component.isLoading = false; fixture.detectChanges(); - const videoIframe = () => fixture.debugElement.query(By.css('.test-video-iframe')).nativeElement; + const videoIframe = () => fixture.debugElement.query(By.css('.test-video-iframe')); expect(videoIframe().src).toBe(trialPageInformation.videoLink); });