diff --git a/modules/datadict/jsx/dataDictIndex.js b/modules/datadict/jsx/dataDictIndex.js index 573af026b0d..a0dfd7d362c 100644 --- a/modules/datadict/jsx/dataDictIndex.js +++ b/modules/datadict/jsx/dataDictIndex.js @@ -126,7 +126,7 @@ class DataDictIndex extends Component { show: true, filter: { name: 'Source From', - type: 'select', + type: 'multiselect', options: options.sourceFrom, }, }, diff --git a/modules/datadict/test/TestPlan.md b/modules/datadict/test/TestPlan.md index 12dd19c9844..8789836b4ba 100644 --- a/modules/datadict/test/TestPlan.md +++ b/modules/datadict/test/TestPlan.md @@ -17,10 +17,8 @@ these permissions: 4. Check that selecting multiple instruments returns all relevant results. 5. Check that the table can be sorted according to any column (ascending and descending). [Automation Testing] -6. Check that pushing the Clear button sets the Description search field to 'All', -the Instruments search field to 'All instruments', clears the search keyword text -field and performs a search with these criteria. Validate the results. - [Automation Testing] +6. Ensure that 'Clear Filters' button works. + [Manual Testing] 7. Check that if (and only if) you have the 'data_dict_edit' permission you can edit the Description field. Edit a description, access the Candidate Profile page and access the Data Dictionary page again. Make sure the edit was saved.