[ACS-5016] [E2E] delete actions migrated to playwright (#3868)

* [ACS-5016] [E2E] delete actions migrated to playwright

* [ACS-5016] sonar fix 1

* [ACS-5016] sonar fix 2

* [ACS-5016] upload.effects.spec.ts reverted

* [ACS-5016] upload-file.test.ts reverted

* [ACS-5016] review fix 1
This commit is contained in:
Adam Świderski
2024-06-04 10:54:30 +02:00
committed by GitHub
parent 36fef43fc7
commit 7c92f39127
21 changed files with 866 additions and 635 deletions

View File

@@ -42,6 +42,8 @@ export class AcaHeader extends BaseComponent {
public uploadButton = this.getChild('button[id="app.toolbar.upload"]');
public uploadFileButton = this.page.locator('button[id="app.create.uploadFile"]');
public uploadInput = this.page.locator('input[id="app-upload-files"]');
public permanentlyDeleteButton = this.getChild('button[id="app.toolbar.purgeDeletedNodes"]');
public restoreButton = this.getChild('button[id="app.toolbar.restoreDeletedNodes"]');
constructor(page: Page) {
super(page, AcaHeader.rootElement);