[ACS-7765] playwright Migration for upload new action e2e test (#3866)

* [ACS-7764] Migrated e2e tests Actions - upload

* [ACS-7764] Protractor2Playwright - Actions - Upload

* [ACS-7764] upload file fix

* [ACS-7765] playwright upload new action e2e test

* [ACS-7765] fix locator

* [ACS-7765] added fix and new test

* suggested fix for locator text

Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>

* Update viewer.component.ts

---------

Co-authored-by: Katarzyna Kita <katarzyna.kita@hyland.com>
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
This commit is contained in:
Akash Rathod
2024-06-04 15:27:48 +02:00
committed by GitHub
parent e35b12d53f
commit 157451841c
10 changed files with 232 additions and 895 deletions

View File

@@ -31,7 +31,9 @@ export class UploadNewVersionDialog extends BaseComponent {
public cancelButton = this.getChild('#adf-new-version-cancel');
public uploadButton = this.getChild('[data-automation-id="adf-new-version-file-upload"]');
public majorOption = this.getChild('#adf-new-version-major');
public minorOption = this.getChild('#adf-new-version-minor');
public description = this.getChild('#adf-new-version-text-area');
public title = this.getChild(' .mat-dialog-title');
constructor(page: Page) {
super(page, UploadNewVersionDialog.rootElement);