mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-08-21 18:08:30 +00:00
[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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user