Skip to content

Commit

Permalink
Update UserGuide.md user story 2 feature
Browse files Browse the repository at this point in the history
  • Loading branch information
galishaq authored Oct 20, 2024
1 parent ad3ff32 commit 4fadc42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Here’s how you, the user, can manually test these features:
---
## Automsated testing:

###**test/bug-form.js:**
### **test/bug-form.js:**
**What is being tested:**
This file contains unit tests for the bug/feedback form submission feature. The tests simulate user input for the form fields and check the correct execution of the form submission logic.

Expand All @@ -266,7 +266,7 @@ Why the tests are sufficient:
- Proper handling of the CSRF token for secure submissions.
- Alerts for both success and failure cases, providing clear feedback to users.

###**test/bug-archive.js:**
### **test/bug-archive.js:**
**What is being tested:**
This file contains unit tests for the bug archive feature. The tests simulate API calls to retrieve bug data and verify that the data is correctly displayed in the UI.

Expand Down

0 comments on commit 4fadc42

Please sign in to comment.