From c441d6cd55f81131e0607f91d31f2f91eadc5c74 Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Thu, 6 May 2021 11:30:56 -0400 Subject: [PATCH] adds ouiaId and blank target for tooltip --- .../Template/Survey/MultipleChoiceField.jsx | 3 +- .../Survey/MultipleChoiceField.test.jsx | 36 ++++++++++++------- .../Template/Survey/SurveyQuestionForm.jsx | 2 ++ .../Survey/SurveyQuestionForm.test.jsx | 36 ++++++++++++------- 4 files changed, 50 insertions(+), 27 deletions(-) diff --git a/awx/ui_next/src/screens/Template/Survey/MultipleChoiceField.jsx b/awx/ui_next/src/screens/Template/Survey/MultipleChoiceField.jsx index b3f3a8689a..dff223d7f6 100644 --- a/awx/ui_next/src/screens/Template/Survey/MultipleChoiceField.jsx +++ b/awx/ui_next/src/screens/Template/Survey/MultipleChoiceField.jsx @@ -69,6 +69,7 @@ function MultipleChoiceField({ label, tooltip }) { {formattedChoicesField.value.map(({ choice, isDefault, id }, i) => ( { if ( @@ -111,7 +112,7 @@ function MultipleChoiceField({ label, tooltip }) {