mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix broken e2e tests because of the lack of thrown error (#6180)
This commit is contained in:
@@ -267,6 +267,8 @@ export class DataTableComponentPage {
|
||||
if (retry < 3) {
|
||||
retry++;
|
||||
await this.checkContentIsDisplayed(columnName, columnValue, retry);
|
||||
} else {
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -281,6 +283,8 @@ export class DataTableComponentPage {
|
||||
if (retry < 3) {
|
||||
retry++;
|
||||
await this.checkContentIsNotDisplayed(columnName, columnValue, retry);
|
||||
} else {
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user