Skip to content

Commit

Permalink
[Data Dictionary] Addressing issues from testing round (#7040)
Browse files Browse the repository at this point in the history
Updates the TestPlan as requested in #6965
Changes instrument filter to a multiselect as requested in #6964


    Resolves #6964, #6965
  • Loading branch information
jesscall authored Jan 8, 2021
1 parent d75fec6 commit b153c2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/datadict/jsx/dataDictIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class DataDictIndex extends Component {
show: true,
filter: {
name: 'Source From',
type: 'select',
type: 'multiselect',
options: options.sourceFrom,
},
},
Expand Down
6 changes: 2 additions & 4 deletions modules/datadict/test/TestPlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (by clicking on the text of the description). Edit a description, access the Candidate Profile page and
access the Data Dictionary page again. Make sure the edit was saved.
Expand Down

0 comments on commit b153c2e

Please sign in to comment.