[ADF-4396] Automation test for cancelling new version upload (#4607)

This commit is contained in:
Marouan Bentaleb
2019-04-16 12:19:08 +01:00
committed by Eugenio Romano
parent 36ce9bce0d
commit e1a0475dfc
3 changed files with 30 additions and 2 deletions

View File

@@ -224,7 +224,7 @@ export class DataTableComponentPage {
}
checkContentIsDisplayed(columnName, columnValue) {
const row = this.getRow(columnName, columnValue);
const row = this.getRowElement(columnName, columnValue);
BrowserVisibility.waitUntilElementIsVisible(row);
return this;
}