forked from nus-cs2103-AY2425S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #315 from Haris-Irfan/branch-update-guides
Fix DG details
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
@@ -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> | ||
|