mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4547] Fixing flaky tests in Content Services and Core (#4743)
This commit is contained in:
committed by
Denys Vuika
parent
58cf10be5f
commit
5e7aabfaea
@@ -288,7 +288,7 @@ export class DataTableComponentPage {
|
||||
}
|
||||
|
||||
getCellByRowNumberAndColumnName(rowNumber, columnName) {
|
||||
return this.list.get(rowNumber).element(by.css(`div[title="${columnName}"] span`));
|
||||
return this.list.get(rowNumber).all(by.css(`div[title="${columnName}"] span`)).first();
|
||||
}
|
||||
|
||||
getCellByRowContentAndColumn(rowColumn, rowContent, columnName) {
|
||||
|
Reference in New Issue
Block a user