Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DG details #315

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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