Skip to content

Commit ce29768

Browse files
authored
Minor changes to the test plan (#2113)
1 parent 571d9d1 commit ce29768

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

extensions/ql-vscode/docs/test-plan.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ choose to go through some of the Optional Test Cases.
5151

5252
1. Open the [ReDoS query](https://github.com/github/codeql/blob/main/javascript/ql/src/Performance/ReDoS.ql).
5353
2. Run a MRVA against the "Top 10" repositories.
54-
3. Check the notification message. It should:
55-
- Show the number of repos that are going to be queried
56-
- Provide a link to the actions workflow
54+
3. Check that there is a notification message.
5755
4. Check the query history. It should:
5856
- Show that an item has been added to the query history
5957
- The item should be marked as "in progress".
@@ -77,9 +75,9 @@ choose to go through some of the Optional Test Cases.
7775
- Check that exporting results works
7876
- Check that sorting results works
7977
- Check that copying repo lists works
80-
2. Open the query directory (containing results):
78+
2. Open the query results directory:
8179
- Check that the correct directory is opened and there are results in it
82-
3. Open variant analysis on GitHub
80+
3. View logs
8381
- Check that the correct workflow is opened
8482

8583
### Test Case 5: MRVA - Canceling a variant analysis run
@@ -165,7 +163,7 @@ with this since it has quite a limited number of actions you can do.
165163
6. Can open query that produced these results
166164
1. When the file still exists and has not moved
167165
2. When the file does not exist
168-
7. Cannot open variant analysis on github
166+
7. Cannot view logs
169167
8. Cannot copy repository list
170168
9. Cannot export results
171169
10. Cannot select to create a gist
@@ -189,7 +187,7 @@ with this since it has quite a limited number of actions you can do.
189187
7. Can open query that produced these results
190188
1. When the file still exists and has not moved
191189
2. When the file does not exist
192-
8. Can open variant analysis on github
190+
8. Can view logs
193191
9. Can copy repository list
194192
1. Text is copied to clipboard
195193
2. Text is a valid repository list

0 commit comments

Comments
 (0)