mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
e2e fixes (#5129)
* fix e2e test [C260140] Copy - No permission folder * Fix e2e test [C299158] Login component - SSO Grant type password (implicit flow false)
This commit is contained in:
committed by
Eugenio Romano
parent
4a531dafcd
commit
9dd78b10f9
@@ -322,7 +322,7 @@ export class DataTableComponentPage {
|
||||
}
|
||||
|
||||
async checkRowContentIsDisabled(content: string): Promise<void> {
|
||||
const resultElement = this.rootElement.all(by.css(`div[data-automation-id='${content}'] div.adf-cell-value img[aria-label='disabled']`)).first();
|
||||
const resultElement = this.rootElement.all(by.css(`div[data-automation-id='${content}'] div.adf-cell-value img[aria-label='Disabled']`)).first();
|
||||
await BrowserVisibility.waitUntilElementIsVisible(resultElement);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user