File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { NodeMenuAction } from '../src/menu/menu.events';
13
13
import * as EventUtils from '../src/utils/event.utils' ;
14
14
import { CapturedNode } from '../src/draggable/captured-node' ;
15
15
import { SafeHtmlPipe } from '../src/utils/safe-html.pipe' ;
16
- import { By } from 'protractor ' ;
16
+ import { By } from '@angular/platform-browser ' ;
17
17
18
18
let fixture ;
19
19
let masterInternalTreeEl ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { NodeMenuAction } from '../src/menu/menu.events';
13
13
import * as EventUtils from '../src/utils/event.utils' ;
14
14
import { CapturedNode } from '../src/draggable/captured-node' ;
15
15
import { SafeHtmlPipe } from '../src/utils/safe-html.pipe' ;
16
- import { By } from 'protractor ' ;
16
+ import { By } from '@angular/platform-browser ' ;
17
17
18
18
let fixture ;
19
19
let masterInternalTreeEl ;
You can’t perform that action at this time.
0 commit comments