Skip to content

Commit

Permalink
Merge pull request #315 from Haris-Irfan/branch-update-guides
Browse files Browse the repository at this point in the history
Fix DG details
  • Loading branch information
jhqiu21 authored Nov 11, 2024
2 parents f27ace3 + c449e79 commit 367cd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ testers are expected to do more *exploratory* testing.
1. Adding a person to TalentHub.

1. Test case: `add person n/Alex Yeoh p/98765432 e/[email protected] a/311, Clementi Ave 2, #02-25 t/Celebrity`.
1. **Expected**:
1. **Expected**
1. A contact with the name 'Alex Yeoh' with the tag 'Celebrity' and phone number '98765432' is added to the persons list.
2. If you are on the Events tab, TalentHub will switch to the Persons tab.

Expand All @@ -853,7 +853,7 @@ testers are expected to do more *exploratory* testing.
1. **Expected**: This phone number is already used by another person in TalentHub.

4. Test case: `add person n/Alex Yeoh e/[email protected] a/311, Clementi Ave 2, #02-25 t/Celebrity`.<br>
1. **Expected**:
1. **Expected**
1. Invalid command format!<br>
add person: Adds a person to the address book.<br>
Parameters: n/NAME p/PHONE [e/EMAIL] [a/ADDRESS] [t/TAG]...<br>
Expand Down

0 comments on commit 367cd5b

Please sign in to comment.