Skip to content

Commit bb9517a

Browse files
committed
Uncomment elements that I used for debugging
1 parent e71b22a commit bb9517a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Captcha/Test/Mftf/Test/CaptchaWithDisabledGuestCheckoutTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<magentoCron stepKey="runCronIndex" groups="index"/>
2222
</before>
2323
<after>
24-
<!-- <magentoCLI command="config:set checkout/options/guest_checkout 1" stepKey="enableGuestCheckout"/>-->
25-
<!-- <magentoCLI command="config:set customer/captcha/failed_attempts_login 3" stepKey="increaseLoginAttempt"/>-->
26-
<!-- <deleteData createDataKey="createCategory" stepKey="deleteCategory"/>-->
27-
<!-- <deleteData createDataKey="createSimpleProduct" stepKey="deleteSimpleProduct1"/>-->
24+
<magentoCLI command="config:set checkout/options/guest_checkout 1" stepKey="enableGuestCheckout"/>
25+
<magentoCLI command="config:set customer/captcha/failed_attempts_login 3" stepKey="increaseLoginAttempt"/>
26+
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
27+
<deleteData createDataKey="createSimpleProduct" stepKey="deleteSimpleProduct1"/>
2828
</after>
2929
<amOnPage url="{{StorefrontProductPage.url($$createSimpleProduct.sku$$)}}" stepKey="openProductPage"/>
3030
<waitForPageLoad stepKey="waitForPageLoad"/>

0 commit comments

Comments
 (0)