Skip to content

Commit

Permalink
Merge pull request #288 from dorcastan/fixes
Browse files Browse the repository at this point in the history
Fix: Typos and missing testing instructions
  • Loading branch information
dorcastan authored Nov 11, 2019
2 parents 9a3ad80 + ef777d7 commit 5fdff5b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 9 additions & 4 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,14 @@ These instructions only provide a starting point for testers to work on; testers

==== Changing tabs

// TODO
. Changing from one tab to another

.. Test case 1: `tab 1` +
Expected: View switches to Dashboard tab.
.. Test case 2: `tab on` +
Expected: View switches to Online tab.
.. Test case 3: `tab off` +
Expected: View switches to Offline tab.

==== Opening a bookmark

Expand Down Expand Up @@ -1609,8 +1616,6 @@ Expected: An error occurs, saying that `X` (or `Y`) already exists.
.. Test case: `folder-delete X` +
Expected: An error occurs, saying that there are still bookmarks/folders in `X` and so cannot be deleted.

_{ more test cases ... }_

=== Testing of cache

// TODO
Expand Down Expand Up @@ -1789,7 +1794,7 @@ Expected: No reminder is edited in the reminder list. Error details shown in the

.. Test case: `reminder-delete 1` +
Expected: The first reminder in the list is deleted.
.. Test case: `reminder-delete 0 ` +
.. Test case: `reminder-delete 0` +
Expected: No reminder is deleted in the reminder list. Error details shown in the status message. Status bar remains the same.
.. Test case: `reminder-delete 6` +
Expected: No reminder is edited in the reminder list. Error details shown in the status message. Status bar remains the same.
Expand Down
6 changes: 4 additions & 2 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ General notes are found at the bottom of the rightmost column on the offline cop
|*Category* |*Commands*
.8+|General
| Help: `*help*`
| Tab: `*tab* INDEX`
| Tab: `*tab* INDEX` or `*tab* KEYWORD`
| Undo: `*undo* [STEP=1]`
| Redo: `*redo* [STEP=1]`
| Export: `*export* FILENAME`
Expand All @@ -1471,9 +1471,11 @@ General notes are found at the bottom of the rightmost column on the offline cop
| Edit folder: `*folder-edit* FROM_FOLDER_NAME t/TO_FOLDER_NAME`
| Delete folder: `*folder-delete* FOLDER_NAME`

.2+|Autotags
.3+|Autotags
| Add autotag: `*autotag* TAG_NAME [n/NAME_KEYWORD]... [u/URL_KEYWORD]... [f/FOLDER]...
[nn/NOT_NAME_KEYWORD]... [nu/NOT_URL_KEYWORD]... [nf/NOT_FOLDER]...`
| Edit autotag: `*autotag-edit* TAG_NAME [t/NEW_TAG_NAME] [n/NAME_KEYWORD]... [u/URL_KEYWORD]... [f/FOLDER]...
[nn/NOT_NAME_KEYWORD]... [nu/NOT_URL_KEYWORD]... [nf/NOT_FOLDER]...`
| Delete autotag: `*autotag-delete* TAG_NAME`

.6+|Offline Copies
Expand Down

0 comments on commit 5fdff5b

Please sign in to comment.