[ADF-3256] Automation test for search by '%' (#4049)

This commit is contained in:
Marouan Bentaleb
2018-12-10 11:49:30 +00:00
committed by Eugenio Romano
parent 087d56ae22
commit 8d22d597c9
3 changed files with 11 additions and 7 deletions

View File

@@ -17,12 +17,12 @@
import { browser, by, element, protractor } from 'protractor';
import { Util } from '../../util/util';
import { ElementFinder } from 'protractor/built/element';
import { ElementFinder, ElementArrayFinder } from 'protractor/built/element';
export class DataTablePage {
rootElement: ElementFinder;
list: ElementFinder;
list: ElementArrayFinder;
contents = element.all(by.css('div[class="adf-datatable-body"] span'));
multiSelect = element(by.css(`div[data-automation-id='multiselect'] label > div[class='mat-checkbox-inner-container']`));
selectionButton = element(by.css(`div[class='mat-select-arrow']`));