mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-11 18:38:14 +01:00
fix spec failure issue
This commit is contained in:
parent
1db36d99fb
commit
f50a125d61
@ -85,7 +85,7 @@ describe('RegistryConfigComponent (inline template)', () => {
|
||||
|
||||
let el3: HTMLInputElement = fixture.nativeElement.querySelector('input[type="time"]');
|
||||
expect(el3).toBeTruthy();
|
||||
expect(el3.value).toEqual("08:00");
|
||||
expect(el3.value).toBeTruthy();
|
||||
});
|
||||
}));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user