Skip to content

Commit 3bc19cf

Browse files
committed
AC-3179: Fixing Mftf AdminLoginReCaptchaFunctionalityTest
1 parent 4ac1539 commit 3bc19cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReCaptchaUser/Test/Mftf/ActionGroup/RecaptchaEnabledActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<amOnPage url="{{AdminStoreConfigurationPage.url}}" stepKey="navigateToAdminStoreConfiguration"/>
2020
<scrollTo selector="{{RecaptchaFormSection.label}}" stepKey="scrollToDropdownSelection" />
21-
<click selector="{{RecaptchaFormSection.optionvalue}}" stepKey="clickDropdown"/>
21+
<!-- <click selector="{{RecaptchaFormSection.optionvalue}}" stepKey="clickDropdown"/>-->
2222
<uncheckOption selector="{{RecaptchaFormSection.useConfigSettings}}" stepKey="uncheckConfigSetting"/>
2323
<selectOption selector="{{RecaptchaFormSection.optionvalue}}" userInput="{{optionValue}}" stepKey="setAttributeValue"/>
2424
<click selector="{{RecaptchaFormSection.saveConfig}}" stepKey="clickSave"/>

0 commit comments

Comments
 (0)