From cfb0729a1ef7ce1b50370a5af8ea7d5f65af5898 Mon Sep 17 00:00:00 2001 From: Howard Edwards Date: Thu, 10 Oct 2024 09:00:56 -0400 Subject: [PATCH] Update test data for location of status and testStatus array in new test --- client/tests/BotRunTestStatusList.test.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/tests/BotRunTestStatusList.test.jsx b/client/tests/BotRunTestStatusList.test.jsx index 6dc4cc4aa..666d276f4 100644 --- a/client/tests/BotRunTestStatusList.test.jsx +++ b/client/tests/BotRunTestStatusList.test.jsx @@ -111,12 +111,14 @@ test('correctly ignores test results from a human-submitted test plan run with a id: '1', testResults: new Array(3).fill(null), tester: { username: 'human', isBot: false }, + collectionJob: { status: COLLECTION_JOB_STATUS.COMPLETED, testStatus: [ { status: COLLECTION_JOB_STATUS.COMPLETED }, { status: COLLECTION_JOB_STATUS.COMPLETED }, { status: COLLECTION_JOB_STATUS.COMPLETED } ] + } } ];