Skip to content

Commit 6c77a40

Browse files
committed
test(select): fix test cases
1 parent 7aa8cb2 commit 6c77a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/components/src/select/select.component.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ describe('Select Component', () => {
346346
test('should show clear selected button', fakeAsync(() => {
347347
spectator = hostFactory(
348348
`
349-
<ht-select [selected]="selected">
349+
<ht-select [selected]="selected" [showClearSelected]="true">
350350
<ht-select-option *ngFor="let option of options" [label]="option.label" [value]="option.value" [selectedLabel]="option.selectedLabel">
351351
</ht-select-option>
352352
</ht-select>`,

0 commit comments

Comments
 (0)