From 4a3cf6d3125958e3d99e2c6ca7d9a0d2f5ec13a6 Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Tue, 1 Oct 2024 16:34:41 -0400 Subject: [PATCH] fix default parent node for selenium --- quest-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quest-config.json b/quest-config.json index bd29a6f9b1a..438a990976d 100644 --- a/quest-config.json +++ b/quest-config.json @@ -24,7 +24,7 @@ }, { "Semester": "Selenium", - "ParentNodeId": 286016 + "ParentNodeId": 308199 }, { "Label": "user-feedback", @@ -45,5 +45,5 @@ "ParentNodeId": 227485 } ], - "DefaultParentNode": 286016 + "DefaultParentNode": 308199 }