mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-4705] - Automate forms checkbox widget (#4881)
* [ADF-4705] - Automate forms checkox widget * Move methods to a demo-shell page * Adding 3 new tests
This commit is contained in:
committed by
Eugenio Romano
parent
4dccc2a49a
commit
43f08441cd
@@ -205,6 +205,11 @@ export class NavigationBarPage {
|
||||
BrowserActions.click(this.formButton);
|
||||
}
|
||||
|
||||
clickFormCloudButton() {
|
||||
this.clickMenuButton('Process Cloud');
|
||||
BrowserActions.click(this.formButton);
|
||||
}
|
||||
|
||||
checkLogoTooltip(logoTooltipTitle) {
|
||||
const logoTooltip = element(by.css('a[title="' + logoTooltipTitle + '"]'));
|
||||
BrowserVisibility.waitUntilElementIsVisible(logoTooltip);
|
||||
|
Reference in New Issue
Block a user