[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:
Marouan Bentaleb
2019-05-31 15:40:06 +01:00
committed by Eugenio Romano
parent 7eb9ffe688
commit 7611268bd9
2 changed files with 13 additions and 22 deletions

View File

@@ -192,6 +192,10 @@ export class TagPage {
return BrowserActions.click(this.showMoreButton);
}
clickShowLessButton() {
return BrowserActions.click(this.showLessButton);
}
clickConfirmTag() {
return BrowserActions.click(this.confirmTag);
}