File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1919 <amOnPage url =" {{AdminStoreConfigurationPage.url}}" stepKey =" navigateToAdminStoreConfiguration" />
2020 <scrollTo selector =" {{RecaptchaFormSection.label}}" stepKey =" scrollToDropdownSelection" />
2121 <click selector =" {{RecaptchaFormSection.optionvalue}}" stepKey =" clickDropdown" />
22+ <uncheckOption selector =" {{RecaptchaFormSection.useConfigSettings}}" stepKey =" uncheckConfigSetting" />
2223 <selectOption selector =" {{RecaptchaFormSection.optionvalue}}" userInput =" {{optionValue}}" stepKey =" setAttributeValue" />
2324 <click selector =" {{RecaptchaFormSection.saveConfig}}" stepKey =" clickSave" />
2425
Original file line number Diff line number Diff line change 1212 <element name =" optionvalue" type =" select" selector =" #recaptcha_backend_type_for_user_login" />
1313 <element name =" saveConfig" type =" button" selector =" #save" timeout =" 30" />
1414 <element name =" label" type =" input" selector =" #row_recaptcha_backend_type_for_user_login" />
15+ <element name =" useConfigSettings" type =" checkbox" selector =" //input[@name='groups[type_for][fields][user_login][inherit]']" />
1516 </section >
1617</sections >
Original file line number Diff line number Diff line change 2020 <before >
2121 <actionGroup ref =" AdminLoginActionGroup" stepKey =" login" />
2222 <actionGroup ref =" RecaptchaEnabledActionGroup" stepKey =" recaptchaEnabled" />
23- <actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
24- <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAgain11" />
25- <actionGroup ref =" RecaptchaDisabledActionGroup" stepKey =" recaptchaDisabled" />
23+ <!-- <actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/> -- >
24+ <!-- <actionGroup ref="AdminLoginActionGroup" stepKey="loginAgain11"/> -- >
25+ <!-- <actionGroup ref="RecaptchaDisabledActionGroup" stepKey="recaptchaDisabled"/> -- >
2626 </before >
2727 <after >
2828 <actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
You can’t perform that action at this time.
0 commit comments