diff --git a/src/portal/lib/src/config/registry-config.component.spec.ts b/src/portal/lib/src/config/registry-config.component.spec.ts index 84ed549ce..83da015a9 100644 --- a/src/portal/lib/src/config/registry-config.component.spec.ts +++ b/src/portal/lib/src/config/registry-config.component.spec.ts @@ -102,7 +102,7 @@ describe('RegistryConfigComponent (inline template)', () => { fixture.detectChanges(); - let el3: HTMLInputElement = fixture.nativeElement.querySelector('input[type="time"]'); + let el3: HTMLInputElement = fixture.nativeElement.querySelector('.btn-scan'); expect(el3).toBeTruthy(); expect(el3).not.toBeFalsy(); }); diff --git a/src/portal/lib/src/config/vulnerability/vulnerability-config.component.html b/src/portal/lib/src/config/vulnerability/vulnerability-config.component.html index 22966e33c..5c823f569 100644 --- a/src/portal/lib/src/config/vulnerability/vulnerability-config.component.html +++ b/src/portal/lib/src/config/vulnerability/vulnerability-config.component.html @@ -21,25 +21,35 @@ - {{ updatedTimestamp | date:'MM/dd/y HH:mm:ss' }} + {{ updatedTimestamp | date:'MM/dd/y HH:mm:ss' }} -