mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-2126] Fix checkbox click testing method in datatable page (#5539)
This commit is contained in:
@@ -59,7 +59,7 @@ export class DataTableComponentPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async clickCheckbox(columnName: string, columnValue: string): Promise<void> {
|
async clickCheckbox(columnName: string, columnValue: string): Promise<void> {
|
||||||
const checkbox = this.getRowCheckbox(columnName, columnValue).element(by.css(`input[type='checkbox']`));
|
const checkbox = this.getRowCheckbox(columnName, columnValue);
|
||||||
await BrowserActions.click(checkbox);
|
await BrowserActions.click(checkbox);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user