Skip to content

Commit 1c5d9ca

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ReCaptchaUser/Test/Mftf/ActionGroup/RecaptchaEnabledActionGroup.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@
1818

1919
<amOnPage url="{{AdminStoreConfigurationPage.url}}" stepKey="navigateToAdminStoreConfiguration"/>
2020
<scrollTo selector="{{RecaptchaFormSection.label}}" stepKey="scrollToDropdownSelection" />
21-
<!-- <click selector="{{RecaptchaFormSection.optionvalue}}" stepKey="clickDropdown"/>-->
21+
22+
<waitForElementClickable selector="{{RecaptchaFormSection.useConfigSettings}}" stepKey="waitForElementClickable"/>
2223
<uncheckOption selector="{{RecaptchaFormSection.useConfigSettings}}" stepKey="uncheckConfigSetting"/>
24+
<waitForElementClickable selector="{{RecaptchaFormSection.optionvalue}}" stepKey="waitForElementClickable2"/>
25+
2326
<selectOption selector="{{RecaptchaFormSection.optionvalue}}" userInput="{{optionValue}}" stepKey="setAttributeValue"/>
2427
<click selector="{{RecaptchaFormSection.saveConfig}}" stepKey="clickSave"/>
2528

0 commit comments

Comments
 (0)