From 3e9ea7bc5dad04df8ed3015cdb619eb9b82df8bd Mon Sep 17 00:00:00 2001 From: Dave MacFarlane Date: Thu, 8 Jun 2023 14:24:48 -0400 Subject: [PATCH] [acknowledgements] Update test plan Correct step about clearing filters wording and add step to check the citation policy works. Fixes #8736 --- modules/acknowledgements/test/TestPlan.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/acknowledgements/test/TestPlan.md b/modules/acknowledgements/test/TestPlan.md index 2642c2feb99..e59486f6679 100644 --- a/modules/acknowledgements/test/TestPlan.md +++ b/modules/acknowledgements/test/TestPlan.md @@ -5,10 +5,11 @@ 2. Access the acknowledgements module page, ensure that it renders.[Automation Testing] 3. Verify that a new record can not be added Without acknowledgements_edit permission [Manual Testing] 4. Check that each dropdown has the correct options.[Manual Testing] -5. Click "Clear Form" and ensure filters are reset to same state.[Automation Testing] +5. Click "Clear Filter" and ensure filters are reset the default state.[Automation Testing] 6. Verify that the "Save" button on the modal window form inserts a new record in the data table and that the data table is refreshed automatically.[Automation Testing] 7. Start entering information in the modal window form and close the modal window without saving. A message asking 'Are You Sure?' should appear to confirm that the form should indeed be closed without saving the information previously entered [Manual Testing] - +8. Modify the "citation_policy" setting in the LORIS configuration module and ensure that the citation policy + at the top of the page is modified.