mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-3848] - change default sorting (#1600)
Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
This commit is contained in:
@@ -17,6 +17,5 @@
|
||||
"C586779" : "Include once ACA starts using ACS 7+, https://issues.alfresco.com/jira/browse/ACA-3601",
|
||||
"C586780" : "Include once ACA starts using ACS 7+, https://issues.alfresco.com/jira/browse/ACA-3601",
|
||||
"C586781" : "Include once ACA starts using ACS 7+, https://issues.alfresco.com/jira/browse/ACA-3601",
|
||||
"C280080": "https://issues.alfresco.com/jira/browse/ACA-3822",
|
||||
"C280083": "https://issues.alfresco.com/jira/browse/ACA-3823"
|
||||
"C280080": "https://issues.alfresco.com/jira/browse/ACA-3822"
|
||||
}
|
||||
|
@@ -92,7 +92,7 @@ describe('Personal Files', () => {
|
||||
});
|
||||
|
||||
it('[C217143] has default sorted column', async () => {
|
||||
expect(await dataTable.getSortedColumnHeaderText()).toBe('Modified');
|
||||
expect(await dataTable.getSortedColumnHeaderText()).toBe('Name');
|
||||
});
|
||||
|
||||
it('[C213242] has user created content', async () => {
|
||||
|
Reference in New Issue
Block a user