mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4280] fix initial display for search-sorting-picker (#4522)
* [ADF-4280] fix initial display for search-sorting-picker * [ADF-4280] fix unrelated error TS6133: 'renderingQueueServices' is declared but its value is never read * [ADF-4280] update e2e test
This commit is contained in:
committed by
Eugenio Romano
parent
95ee2bca71
commit
888113fdc2
@@ -159,6 +159,7 @@ describe('Search Sorting Picker', () => {
|
||||
configEditor.clickSearchConfiguration();
|
||||
configEditor.clickClearButton();
|
||||
jsonFile.sorting.options[0].ascending = false;
|
||||
jsonFile.sorting.defaults[0] = { 'key': 'Size', 'label': 'Size', 'type': 'FIELD', 'field': 'content.size', 'ascending': true };
|
||||
configEditor.enterBigConfigurationText(JSON.stringify(jsonFile));
|
||||
configEditor.clickSaveButton();
|
||||
|
||||
|
Reference in New Issue
Block a user