Skip to content

Commit

Permalink
test(overlay): fix failing test #9882
Browse files Browse the repository at this point in the history
  • Loading branch information
PlamenaMiteva committed Oct 5, 2021
1 parent e3e8e45 commit f32a68a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3138,7 +3138,7 @@ describe('igxOverlay', () => {
tick();
wrapperElement = (fixture.nativeElement as HTMLElement)
.parentElement.getElementsByClassName(CLASS_OVERLAY_WRAPPER_MODAL)[0] as HTMLElement;
expect(wrapperElement.style.visibility).toEqual('hidden');
expect(wrapperElement).toBeUndefined();
}));

// 3.2 Non - Modal
Expand Down

0 comments on commit f32a68a

Please sign in to comment.