mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-1767] [ADF] - Convert C329803 and C329800 cases (#7170)
This commit is contained in:
@@ -49,6 +49,10 @@ export class AttachFormPage {
|
||||
await expect(result).toEqual(formTitle);
|
||||
}
|
||||
|
||||
async openDropDownForms(): Promise<void> {
|
||||
await BrowserActions.click(this.formDropdown);
|
||||
}
|
||||
|
||||
async checkFormDropdownIsDisplayed(): Promise<void> {
|
||||
await BrowserVisibility.waitUntilElementIsVisible(this.formDropdown);
|
||||
}
|
||||
|
Reference in New Issue
Block a user