We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540cb86 commit 1df73d6Copy full SHA for 1df73d6
1 file changed
src/app/header/context-help-toggle/context-help-toggle.component.spec.ts
@@ -56,11 +56,9 @@ describe('ContextHelpToggleComponent', () => {
56
});
57
58
it('clicking the button should toggle context help icon visibility', fakeAsync(() => {
59
- fixture.whenStable().then(() => {
60
- fixture.debugElement.query(By.css('a')).nativeElement.click();
61
- tick();
62
- expect(contextHelpService.toggleIcons).toHaveBeenCalled();
63
- });
+ fixture.debugElement.query(By.css('a')).nativeElement.click();
+ tick();
+ expect(contextHelpService.toggleIcons).toHaveBeenCalled();
64
}));
65
66
0 commit comments