Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Data Dictionary] Change filter to multiselect + Update TestPlan #7040

Merged
merged 1 commit into from
Jan 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. Edit a description, access the Candidate Profile page and
access the Data Dictionary page again. Make sure the edit was saved.
Expand Down