From 1e0726af644e35df19a0576f69a3bedc9f25ecba Mon Sep 17 00:00:00 2001 From: Katie Date: Wed, 31 Aug 2022 11:07:50 -0400 Subject: [PATCH] CSR-111 Leave note for testing --- src/store/store.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/store.spec.js b/src/store/store.spec.js index 66def95e6..cec370042 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -1169,6 +1169,7 @@ describe("Actions", () => { describe("resetMoldingAndCapabilityQuestionAnswersIfNeeded", () => { test.todo("there are no saved parts => resets necessary fields") + // make sure you check the different variations where molding-questions and capability-questions do or don't have pageData // mix up the order to make sure sort is working test.todo("previously saved parts match selected parts => does not reset fields")