mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6107] Updated default configuration for date-range component to be compatible with the new advanced search date range component (#3532)
* [ACS-6107] Updated default configuraiton for date-range component in extensions to match the required config for the new date range component * [ACS-6107] Updated E2Es to remove references to old date-range component * [ACS-6107] Restored missing column key
This commit is contained in:
@@ -73,7 +73,6 @@ describe('Search filters', () => {
|
||||
const { dataTable, filters, toolbar } = page;
|
||||
|
||||
const fileTypeFilter = filters.fileType;
|
||||
const createdDateFilter = filters.createdDate;
|
||||
const peopleFilter = filters.people;
|
||||
const locationFilter = filters.location;
|
||||
const modifiedDateFilter = filters.modifiedDate;
|
||||
@@ -111,7 +110,6 @@ describe('Search filters', () => {
|
||||
});
|
||||
|
||||
it('[C279186] Filters are displayed', async () => {
|
||||
expect(await createdDateFilter.isDisplayed()).toBe(true, 'Created date filter panel not displayed');
|
||||
expect(await fileTypeFilter.isDisplayed()).toBe(true, 'File type filter panel not displayed');
|
||||
expect(await peopleFilter.isDisplayed()).toBe(true, 'People filter panel not displayed');
|
||||
expect(await locationFilter.isDisplayed()).toBe(true, 'Location filter panel not displayed');
|
||||
|
Reference in New Issue
Block a user