[ACS-9777] [E2E] Added e2es for 5522 and 5523 (#4632)

* [ACS-9777] [E2E] Added e2es for 5522 and 5523

* [ACS-9777] excluded XAT-5523

* [ACS-9777] 5523 can add comments

* [ACS-9777] added wait for comments list
This commit is contained in:
Adam Świderski
2025-06-24 12:36:38 +02:00
committed by GitHub
parent d23ae36333
commit 7dc507c867
3 changed files with 95 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ export class MyLibrariesPage extends BasePage {
public libraryDialog = new AdfLibraryDialogComponent(this.page);
public dataTable = new DataTableComponent(this.page);
public libraryDetails = new AdfInfoDrawerComponent(this.page);
public infoDrawer = new AdfInfoDrawerComponent(this.page);
public viewer = new ViewerComponent(this.page);
public viewerDialog = new ViewerOverlayDialogComponent(this.page);
public copyMoveDialog = new ContentNodeSelectorDialog(this.page);