Skip to content

Commit f0ed5de

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ReCaptchaUser/Test/Mftf/ActionGroup/RecaptchaEnabledActionGroup.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@
1818

1919
<amOnPage url="{{AdminStoreConfigurationPage.url}}" stepKey="navigateToAdminStoreConfiguration"/>
2020
<scrollTo selector="{{RecaptchaFormSection.label}}" stepKey="scrollToDropdownSelection" />
21-
22-
<waitForElementClickable selector="{{RecaptchaFormSection.useConfigSettings}}" stepKey="waitForElementClickable"/>
21+
<wait time="3" stepKey="waitForColumnUpdateToSave"/>
2322
<uncheckOption selector="{{RecaptchaFormSection.useConfigSettings}}" stepKey="uncheckConfigSetting"/>
24-
<waitForElementClickable selector="{{RecaptchaFormSection.optionvalue}}" stepKey="waitForElementClickable2"/>
25-
23+
<wait time="3" stepKey="waitForColumnUpdateToSave1"/>
2624
<selectOption selector="{{RecaptchaFormSection.optionvalue}}" userInput="{{optionValue}}" stepKey="setAttributeValue"/>
2725
<click selector="{{RecaptchaFormSection.saveConfig}}" stepKey="clickSave"/>
2826

0 commit comments

Comments
 (0)