-
Notifications
You must be signed in to change notification settings - Fork 179
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
Amended the imaging_uploader module test plan. #3845
Amended the imaging_uploader module test plan. #3845
Conversation
@@ -9,7 +9,8 @@ | |||
4. Ensure that the Browse tab allows searching based on CandID, PSCID, and/or Visit Label. Ensure that the Visit Label | |||
is a dropdown menu containing all the possible visit labels (taken from the Visit_label column in the session table | |||
for any Active candidate), and ensure that the CandID and PSCID automatically filter the list of entries in Imaging | |||
Uploader table on the 'fly', as fields are being filled out. Ensure that 'Clear Filters' button works. | |||
Uploader table on the 'fly', as fields are being filled out. Make sure that this works no matter the page of the | |||
result table you are currently on. Ensure that 'Clear Filters' button works. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optional change to make it a little clearer:
"Make sure that this works no matter what page of the uploads table you are currently on" or "Make sure that this works no matter what page of results from the query to the uploads table you are currently on"
@@ -9,7 +9,8 @@ | |||
4. Ensure that the Browse tab allows searching based on CandID, PSCID, and/or Visit Label. Ensure that the Visit Label | |||
is a dropdown menu containing all the possible visit labels (taken from the Visit_label column in the session table | |||
for any Active candidate), and ensure that the CandID and PSCID automatically filter the list of entries in Imaging | |||
Uploader table on the 'fly', as fields are being filled out. Ensure that 'Clear Filters' button works. | |||
Uploader table on the 'fly', as fields are being filled out. Make sure that this works no matter what page of results | |||
from the query to the uploads table you are currently on. Ensure that 'Clear Filters' button works. | |||
[Manual Testing] | |||
5. Ensure that the 'Upload' tab has the CandID, PSCID, and Visit Label greyed out upon loading. These greyed out fields remain | |||
as such if the 'Phantom Scans' is set to Yes, and become fillable and required fields if 'Phantom Scans' is set to No. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove the line break before [Manual Testing]
item 6 and 7 should have ending dots for each bullet (same as 12)
Added a test case to validate the incremental search that would not work in certain cases (see https://redmine.cbrain.mcgill.ca/issues/14925)