From f8a90e5fba129128d205a643a61db92dd1f52afd Mon Sep 17 00:00:00 2001 From: Anders Starcke Henriksen Date: Fri, 8 Sep 2023 10:01:02 +0200 Subject: [PATCH] Update docs/test-plan.md Co-authored-by: Koen Vlaswinkel --- docs/test-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test-plan.md b/docs/test-plan.md index c04e5c60b..3155066cd 100644 --- a/docs/test-plan.md +++ b/docs/test-plan.md @@ -150,7 +150,7 @@ Note: this is still behind feature flags. #### Test Case 1: Opening the model editor 1. Download the `dsp-testing/sql2o-example` database from GitHub. -2. Open the Model editor with Cmd+P "Open CodeQL Model Editor". +2. Open the Model Editor with the "CodeQL: Open CodeQL Model Editor" command from the command palette. - Check that the editor loads and shows methods to model. - Check that methods are grouped per library. - Check that the "Open database" link works.