[ACA-2840] automate tests for the destination picker (#1332)

* automate tests for the destination picker

* fix spellcheck
This commit is contained in:
Adina Parpalita
2020-02-10 14:14:21 +02:00
committed by GitHub
parent e94a5375c5
commit fe52b0f468
8 changed files with 514 additions and 152 deletions

View File

@@ -72,7 +72,6 @@ export class DataTable extends Component {
emptyFolderDragAndDrop: ElementFinder = this.component.element(by.css(DataTable.selectors.emptyFolderDragAndDrop));
emptyListTitle: ElementFinder = this.component.element(by.css(DataTable.selectors.emptyListTitle));
emptyListSubtitle: ElementFinder = this.component.element(by.css(DataTable.selectors.emptyListSubtitle));
emptyListContainerText: ElementFinder = this.component.element(by.css(DataTable.selectors.emptyListContainer));
emptySearchText: ElementFinder = this.component.element(by.css(DataTable.selectors.emptySearchText));