mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4613] Fixing tag-component.e2e.ts (#4793)
* [ADF-4613] Enabling tests * [ADF-4613] Make tag-component tests more stable
This commit is contained in:
committed by
Eugenio Romano
parent
7eb9ffe688
commit
7611268bd9
@@ -192,6 +192,10 @@ export class TagPage {
|
||||
return BrowserActions.click(this.showMoreButton);
|
||||
}
|
||||
|
||||
clickShowLessButton() {
|
||||
return BrowserActions.click(this.showLessButton);
|
||||
}
|
||||
|
||||
clickConfirmTag() {
|
||||
return BrowserActions.click(this.confirmTag);
|
||||
}
|
||||
|
Reference in New Issue
Block a user