Skip to content

Commit 013f125

Browse files
committed
chore(*): addressing review comment
1 parent cb01627 commit 013f125

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

projects/igniteui-angular/src/lib/action-strip/action-strip.component.spec.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@ describe('igxActionStrip', () => {
3434
});
3535
});
3636

37-
// This test is only testing whether a setter ran. Removing it
38-
// it('should properly get/set hidden', () => {
39-
// fixture = TestBed.createComponent(IgxActionStripComponent);
40-
// actionStrip = fixture.componentInstance as IgxActionStripComponent;
41-
// fixture.detectChanges();
42-
// expect(actionStrip.hidden).toBeFalsy();
43-
// actionStrip.hidden = true;
44-
// expect(actionStrip.hidden).toBeTruthy();
45-
// });
46-
4737
it('should properly show and hide using API', () => {
4838
fixture = TestBed.createComponent(IgxActionStripComponent);
4939
actionStrip = fixture.componentInstance as IgxActionStripComponent;

0 commit comments

Comments
 (0)