From cac99d3acea9f5bebcd6f4ffdf1acee102cf3942 Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 10 Sep 2021 12:23:49 +0200 Subject: [PATCH] Update 'manual_tests.md' --- manual_tests.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manual_tests.md b/manual_tests.md index 43fb6eb..434b797 100644 --- a/manual_tests.md +++ b/manual_tests.md @@ -17,7 +17,8 @@ * When you click it it should take you to a screen saying "Add linked client" with an autocomplete box * Add One * You should then see the linked client in the list on the original client's screen -* Clink on the linked client's name in the list and you should see that the original client is in the list of linked clients for it (i.e. it is a summetrical relation) +* Clink on the linked client's name in the list and you should see that the original client is in the list of linked clients for it (i.e. it is a symmetrical relation) +* The delete link in the list should work, i.e. remove the linked client from the list # Editing a client using the GUI ## Tests for JS code in js/edit_client.js