[ACS-5019] Migrated e2e tests - Actions - download (#3829)

* [ACS-5019] Migrated Tests Protractor2Playwright Actions - download
---------

Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
This commit is contained in:
Katarzyna Kita
2024-05-07 11:00:27 +02:00
committed by GitHub
parent 995305fc13
commit 12742b3b90
11 changed files with 237 additions and 3 deletions

View File

@@ -36,7 +36,8 @@ export class AcaHeader extends BaseComponent {
public searchButton = this.getChild('button[title="Search"]');
public fullScreenButton = this.getChild('button[id="app.viewer.fullscreen"]');
public shareButton = this.getChild('button[id="share-action-button"]');
public downloadButton = this.getChild('button[id="app.viewer.download"]');
public downloadButtonViewer = this.getChild('button[id="app.viewer.download"]');
public downloadButton = this.getChild('button[id="app.toolbar.download"]');
public sharedDownloadButton = this.getChild('button[id="app.viewer.shared.download"]');
constructor(page: Page) {