55990: Fix issues to move item component after master merge

This commit is contained in:
Yana De Pauw
2018-12-06 10:42:37 +01:00
parent 03d789560c
commit a698b56ae8
5 changed files with 32 additions and 28 deletions

View File

@@ -4,11 +4,11 @@ import {ItemOperationComponent} from './item-operation.component';
import {TranslateModule} from '@ngx-translate/core';
import {By} from '@angular/platform-browser';
describe('ItemOperationComponent', () => {
const itemOperation: ItemOperation = new ItemOperation('key1', 'url1');
const itemOperation: ItemOperation = new ItemOperation('key1', 'url1');
let fixture;
let comp;
let fixture;
let comp;
describe('ItemOperationComponent', () => {
beforeEach(async(() => {
TestBed.configureTestingModule({