Skip to content

Commit

Permalink
Add specification to issue_tracker_test_plan.md (aces#9271)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersoncasimir authored May 28, 2024
1 parent 6ae696b commit 977e818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/issue_tracker/test/issue_tracker_test_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## Issue Tracker Create New Issue [Manual Testing]
1. User can access the page if they have `Issue Tracker: Close/Edit/Re-assign/Comment on All Issues` or `Issue Tracker: Create/Edit Own Issues and Comment on All Issues` permission.
2. Check that title and site are required.
3. Do not provide a PSCID value and set site to All Sites. This should set Site to NULL after success.
3. Do not provide a PSCID value and set site to All Sites. This should set `issues.centerID` to `NULL` after success.
4. Do not provide a PSCID value and and check that site can be populated by a particular site (except All Sites) in the dropdown values.
5. Submit a PSCID and set Site to All Sites. This should work if the PSCID exists in the database.
6. Submit a PSCID with a Site value (except All Sites). This should not work if the PSCID does not exists or if the PSCID does not match with the site.
Expand Down

0 comments on commit 977e818

Please sign in to comment.