Skip to content

Commit 5c67b34

Browse files
author
Konstantin Dinev
committed
Merge branch 'coverage-extras' of https://github.com/IgniteUI/igniteui-angular into coverage-extras
2 parents 3e62356 + 48f8c01 commit 5c67b34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/igniteui-angular-extras/src/lib/context-menu/context-menu.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ describe('IgxContextMenuComponent', () => {
278278
});
279279

280280
describe('overlayService.closing subscription', () => {
281-
it('should reopen tabsMenu when closing a chart dialog and dialogId exists', () => {
281+
it('should not reopen tabsMenu when closing a dialog that is not IgxChartMenuComponent', () => {
282282
// Simulate having an open dialog
283283
(component as any)._dialogId = 'dialog-id';
284284
const mockInstance = new (class { })();

0 commit comments

Comments
 (0)