@@ -51,9 +51,7 @@ choose to go through some of the Optional Test Cases.
5151
52521 . Open the [ ReDoS query] ( https://github.com/github/codeql/blob/main/javascript/ql/src/Performance/ReDoS.ql ) .
53532 . 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.
57554 . 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.
1651636 . 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
1691678 . Cannot copy repository list
1701689 . Cannot export results
17116910 . Cannot select to create a gist
@@ -189,7 +187,7 @@ with this since it has quite a limited number of actions you can do.
1891877 . 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
1931919 . Can copy repository list
194192 1 . Text is copied to clipboard
195193 2 . Text is a valid repository list
0 commit comments