From eceb58c9345d8c5d3b89c367b675cf75cc0885b7 Mon Sep 17 00:00:00 2001 From: Vikash Yadav Date: Thu, 21 Mar 2024 12:39:14 -0400 Subject: [PATCH] fixed test case for deprecated rule --- .../components/load-assessment-data-schema-provider.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/unit/tests/DetailsView/components/load-assessment-data-schema-provider.test.ts b/src/tests/unit/tests/DetailsView/components/load-assessment-data-schema-provider.test.ts index 5bd2102a66c..76f000dbf3d 100644 --- a/src/tests/unit/tests/DetailsView/components/load-assessment-data-schema-provider.test.ts +++ b/src/tests/unit/tests/DetailsView/components/load-assessment-data-schema-provider.test.ts @@ -68,6 +68,7 @@ describe(LoadAssessmentDataSchemaProvider, () => { ? { 'aria-roledescription': stepProperties, 'duplicate-id': stepProperties, + 'duplicate-id-active': stepProperties, } : {}, type: ['object', 'null'], @@ -80,6 +81,7 @@ describe(LoadAssessmentDataSchemaProvider, () => { ? { 'aria-roledescription': statusProperties, 'duplicate-id': statusProperties, + 'duplicate-id-active': statusProperties, } : {}, type: ['object', 'null'],