Skip to content

Commit c2c49da

Browse files
committed
Import Correction
1 parent c4cac12 commit c2c49da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/left-menu.tree-internal.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { NodeMenuAction } from '../src/menu/menu.events';
1313
import * as EventUtils from '../src/utils/event.utils';
1414
import { CapturedNode } from '../src/draggable/captured-node';
1515
import { SafeHtmlPipe } from '../src/utils/safe-html.pipe';
16-
import { By } from 'protractor';
16+
import { By } from '@angular/platform-browser';
1717

1818
let fixture;
1919
let masterInternalTreeEl;

test/right-menu.tree-internal.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { NodeMenuAction } from '../src/menu/menu.events';
1313
import * as EventUtils from '../src/utils/event.utils';
1414
import { CapturedNode } from '../src/draggable/captured-node';
1515
import { SafeHtmlPipe } from '../src/utils/safe-html.pipe';
16-
import { By } from 'protractor';
16+
import { By } from '@angular/platform-browser';
1717

1818
let fixture;
1919
let masterInternalTreeEl;

0 commit comments

Comments
 (0)