[ACA] Create Library - switch to ADF component (#893)

* use adf component

* fix component name locator
This commit is contained in:
Cilibiu Bogdan
2019-01-09 10:19:09 +02:00
committed by Denys Vuika
parent 299516a410
commit 71074b2bf1
7 changed files with 5 additions and 634 deletions

View File

@@ -30,7 +30,7 @@ import { Utils } from '../../utilities/utils';
export class CreateLibraryDialog extends Component {
private static selectors = {
root: 'app-library-dialog',
root: 'adf-library-dialog',
title: '.mat-dialog-title',
nameInput: 'input[placeholder="Name" i]',