From 971865365a135f6fda2782d9998748cc9e5e313c Mon Sep 17 00:00:00 2001 From: Sofia Faro Date: Thu, 20 Jan 2022 10:18:11 +0000 Subject: [PATCH] Update windows testing instructions The navigator templates list shows extra templates because of canton. changelog_begin changelog_end --- release/RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release/RELEASE.md b/release/RELEASE.md index 9422abe96c35..f51ebfaea20b 100644 --- a/release/RELEASE.md +++ b/release/RELEASE.md @@ -213,7 +213,8 @@ patches we backport to the 1.0 release branch). `cd myproject`. 1. Run `daml start`. 1. Open your browser at `http://localhost:7500`, verify that you can login as - Alice and there is one template and one contract. + Alice and there is one contract, and that the template list contains + `Main:Asset` among other templates. 1. Kill `daml start` with `Ctrl-C`. 1. Run `daml studio --replace=always` and open `daml/Main.daml`. Verify that the script result appears within 30 seconds.