mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3959] Fixing trashcan-pagination tests (#4222)
This commit is contained in:
committed by
Eugenio Romano
parent
2036e026f3
commit
c00e230983
@@ -34,8 +34,8 @@ export class FormControllersPage {
|
||||
Util.waitUntilElementIsVisible(toggle);
|
||||
toggle.getAttribute('class').then((check) => {
|
||||
if (check.indexOf('mat-checked') >= 0) {
|
||||
Util.waitUntilElementIsClickable(toggle.element(by.css('div')));
|
||||
toggle.element(by.css('div')).click();
|
||||
Util.waitUntilElementIsClickable(toggle.all(by.css('div')).first());
|
||||
toggle.all(by.css('div')).first().click();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user