From e90f720153be45b99bcc15a7ca8292e528846a05 Mon Sep 17 00:00:00 2001 From: John Hill Date: Thu, 1 Apr 2021 15:08:14 -0400 Subject: [PATCH] Attempt at adding locators for select options --- .../Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx index fcc1170470..8478305ed4 100644 --- a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx +++ b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx @@ -237,10 +237,10 @@ function NodeTypeStep({ i18n }) { className="convergenceSelect" ouiaId="convergenceSelect" > - + {i18n._(t`Any`)} - + {i18n._(t`All`)}