Skip to content

Commit ee2ef52

Browse files
committed
MC-16684: Shipping Calculation In Cart Does Not Always Load Correctly
1 parent 0ea4249 commit ee2ef52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Customer/Test/Mftf/Test/StorefrontForgotPasswordTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
</annotations>
2222
<before>
2323
<magentoCLI command="config:set {{StorefrontCustomerCaptchaDisableConfigData.path}} {{StorefrontCustomerCaptchaDisableConfigData.value}}" stepKey="disableCaptcha"/>
24+
<magentoCLI command="config:set customer/password/max_number_password_reset_requests 30" stepKey="increaseLimit"/>
25+
<magentoCLI command="config:set customer/password/min_time_between_password_reset_requests 1" stepKey="reduceTimeout"/>
2426
<createData stepKey="customer" entity="Simple_US_Customer"/>
2527
</before>
2628
<after>

0 commit comments

Comments
 (0)