@@ -57,14 +57,16 @@ choose to go through some of the Optional Test Cases.
57572 . Select the ` google/brotli ` database (or download it if you don't have one already)
58583 . Run a local query.
59594 . Once the query completes:
60+ - Chose the ` #select ` result set from the drop-down
6061 - Check that the results table is rendered
6162 - Check that result locations can be clicked on
6263
6364#### Test case 4: Can use AST viewer
6465
65661 . Click on any code location from a previous query to open a source file from a database
66- 2 . Open the AST viewing panel and click "View AST"
67- 3 . Once the AST is computed:
67+ 2 . Select the highlighted code in the source file
68+ 3 . Open the AST viewing panel and click "View AST"
69+ 4 . Once the AST is computed:
6870 - Check that it can be navigated
6971
7072### MRVA
@@ -151,7 +153,7 @@ Run one of the above MRVAs, but cancel it from within VS Code:
1511532 . Open the Model Editor with the "CodeQL: Open CodeQL Model Editor" command from the command palette.
152154 - Check that the editor loads and shows methods to model.
153155 - Check that methods are grouped per library (e.g. ` rocksdbjni@7.7.3 ` or ` asm@6.0 ` )
154- - Check that the "Open source" link works.
156+ - Check that the "Open source" link works (if you have the database source) .
155157 - Check that the 'View' button works and the Method Usage panel highlight the correct method and usage
156158 - Check that the Method Modeling panel shows the correct method and modeling state
157159
0 commit comments