mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4396] Automation test for cancelling new version upload (#4607)
This commit is contained in:
committed by
Eugenio Romano
parent
36ce9bce0d
commit
e1a0475dfc
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user