Skip to content

Commit

Permalink
Remove unnecessary space in between
Browse files Browse the repository at this point in the history
  • Loading branch information
CarrieLi1015 authored Apr 10, 2023
1 parent e20dfe2 commit 92af7b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -849,29 +849,24 @@ testers are expected to do more *exploratory* testing.
1. Filtering out a group of students based on the keyword/s given

1. Test case: `filter x primary`<br>

Expected: All students that has `primary` tag will be filtered out.

2. Test case: `filter x primary secondary`<br>

Expected: All students that has `primary` or `secondary` or both tag will be filtered out.

3. Test case: Other incorrect check commands to try:`filter`, `filter x`, `...`

Expected: The student list will not be filtered. Error details shown in the status message.

### Switching between score text panel and score chart panel

1. Switching between score text panel and score chart panel using CLI

1. Test case: `switch`<br>

Expected: The panel will be switched.

2. Switching between score text panel and score chart panel through mouse click

1. Test case: Click on either the "text" or "chart" tab under score list<br>

Expected: The panel will be switched.

### Saving data
Expand Down

0 comments on commit 92af7b5

Please sign in to comment.