-
Notifications
You must be signed in to change notification settings - Fork 5
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
Small fixes and improvements #224
Small fixes and improvements #224
Conversation
Codecov Report
@@ Coverage Diff @@
## master #224 +/- ##
=========================================
Coverage 70.75% 70.75%
Complexity 672 672
=========================================
Files 97 97
Lines 2086 2086
Branches 246 246
=========================================
Hits 1476 1476
Misses 519 519
Partials 91 91 Continue to review full report at Codecov.
|
@@ -561,12 +561,6 @@ Step 4. Since the value of `Email` (compulsory field) for the second contact is | |||
|
|||
Step 3. CONNECTIONS will not display the first contact's invalid `Tag` and will not display the second contact. The other fields and contacts will be displayed as per normal. | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This block belonged to mailingList and was left behind at the bottom here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except for a minor detail
docs/DeveloperGuide.md
Outdated
Expected: Same result as exporting full contact list, but with only the contacts displayed in the filtered list | ||
|
||
1. Export Empty contact list | ||
1. Prerequisites: Filter contacts using the `find` command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might want to adjust the spacing here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah if not there will be inconsistencies in numbering.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
docs/DeveloperGuide.md
Outdated
Expected: Same result as exporting full contact list, but with only the contacts displayed in the filtered list | ||
|
||
1. Export Empty contact list | ||
1. Prerequisites: Filter contacts using the `find` command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah if not there will be inconsistencies in numbering.
docs/DeveloperGuide.md
Outdated
@@ -1336,8 +1330,14 @@ testers are expected to do more *exploratory* testing. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra space
No description provided.