mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ACS-5761] Demo Shell pages cleanup (#8802)
remove the content that is not covered by e2e testing, preparation steps for the demo shell decommissioning
This commit is contained in:
@@ -26,8 +26,8 @@ export class ProcessListDemoPage {
|
||||
processDefinitionInput = $('input[data-automation-id="process-definition-id"]');
|
||||
processInstanceInput = $('input[data-automation-id="process-instance-id"]');
|
||||
|
||||
stateDropdown = new DropdownPage($('mat-select[data-automation-id="state"'));
|
||||
sortDropdown = new DropdownPage($('mat-select[data-automation-id="sort"'));
|
||||
stateDropdown = new DropdownPage($('mat-select[data-automation-id="state"]'));
|
||||
sortDropdown = new DropdownPage($('mat-select[data-automation-id="sort"]'));
|
||||
|
||||
dataTable = new DataTableComponentPage();
|
||||
|
||||
|
Reference in New Issue
Block a user