Skip to content

Commit

Permalink
test(module:image): fix test case placeholder src work (#8766)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaArvanehPA authored Sep 18, 2024
1 parent 1591d6b commit 2a972d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/image/image.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ describe('Placeholder', () => {
context.placeholder = PLACEHOLDER;
const image = debugElement.nativeElement.querySelector('img');
fixture.detectChanges();
tick(300);
tick(600);
fixture.detectChanges();
expect(image.src).toBe(PLACEHOLDER);
}));
Expand Down

0 comments on commit 2a972d3

Please sign in to comment.