@@ -82,8 +82,8 @@ choose to go through some of the Optional Test Cases.
8282### Test Case 5: MRVA - Canceling a variant analysis run
8383
8484Run one of the above MRVAs, but cancel it from within VS Code:
85- - Check that the query is cancelled and the query history item is updated.
86- - Check that the workflow run is also cancelled .
85+ - Check that the query is canceled and the query history item is updated.
86+ - Check that the workflow run is also canceled .
8787- Check that any available results are visible in VS Code.
8888
8989### Test Case 6: MRVA - Change to a different colour theme
@@ -171,7 +171,7 @@ with this since it has quite a limited number of actions you can do.
171171
172172#### Test case 2: When the variant analysis state is not "pending"
1731731 . Query history is loaded when VSCode starts
174- 2 . Handles when action workflow was cancelled while VSCode was closed
174+ 2 . Handles when action workflow was canceled while VSCode was closed
1751753 . Can open query history item
176176 1 . Manually by clicking on them
177177 2 . Automatically when VSCode starts (if they were open when VSCode was last used)
@@ -206,7 +206,7 @@ with this since it has quite a limited number of actions you can do.
2062061 . Starts monitoring variant analysis
207207 1 . Ready results are downloaded
2082082 . Can cancel analysis
209- 1 . Causes the actions run to be cancelled
209+ 1 . Causes the actions run to be canceled
210210
211211#### Test case 4: When variant analysis state is in final state ("succeeded"/"failed"/"canceled")
2122121 . Stops monitoring variant analysis
@@ -269,12 +269,12 @@ This requires running a MRVA query and seeing the results view.
269269 3 . Only 3 items are downloaded at a time
270270 4 . Results for completed queries are still downloaded when
271271 1 . Some but not all queries failed
272- 2 . The variant analysis was cancelled after some queries completed
272+ 2 . The variant analysis was canceled after some queries completed
273273
274274#### Test case 3: When variant analysis state is in "succeeded" state
2752751 . Can view logs
2762762 . All results are downloaded
277277
278- #### Test case 4: When variant analysis is in "failed" or "cancelled " state
278+ #### Test case 4: When variant analysis is in "failed" or "canceled " state
2792791 . Can view logs
2802801 . Results for finished queries are still downloaded.
0 commit comments