From 502b3f9590fcf885651cfa4ec81375bbc8f0af60 Mon Sep 17 00:00:00 2001 From: Davi Santos Date: Tue, 14 Nov 2023 17:29:05 -0300 Subject: [PATCH] LPS-201211 Locate the inline option --- .../com/liferay/portalweb/paths/portlet/forms/FormFields.path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal-web/test/functional/com/liferay/portalweb/paths/portlet/forms/FormFields.path b/portal-web/test/functional/com/liferay/portalweb/paths/portlet/forms/FormFields.path index b4b776d842f25b..0caacfa2dc398f 100644 --- a/portal-web/test/functional/com/liferay/portalweb/paths/portlet/forms/FormFields.path +++ b/portal-web/test/functional/com/liferay/portalweb/paths/portlet/forms/FormFields.path @@ -866,7 +866,7 @@ SELECT_OPTIONS_INLINE_IDENTIFIER - //div[@class='custom-control custom-radio custom-control-inline'] + //div[@class='ddm__radio']//div[contains(@class, 'custom-control-inline')]