Skip to content

Commit 81fe336

Browse files
committed
MTA-3855: Create test case for failed 3d secure verification
1 parent 7c3ff10 commit 81fe336

File tree

2 files changed

+1
-201
lines changed

2 files changed

+1
-201
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Payment/Messages.php

Lines changed: 0 additions & 200 deletions
This file was deleted.

dev/tests/functional/tests/app/Magento/Checkout/Test/Page/CheckoutOnepage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<block name="paymentBlock" class="Magento\Checkout\Test\Block\Onepage\Payment" locator="#checkout-step-payment" strategy="css selector" />
1515
<block name="discountCodesBlock" class="Magento\Checkout\Test\Block\Onepage\Payment\DiscountCodes" locator=".discount-code" strategy="css selector" />
1616
<block name="reviewBlock" class="Magento\Checkout\Test\Block\Onepage\Review" locator=".opc-block-summary" strategy="css selector" />
17-
<block name="messagesBlock" class="Magento\Checkout\Test\Block\Onepage\Payment\Messages" locator="//*[@id='checkout']//div[@data-role='checkout-messages' and .//div]" strategy="xpath" />
17+
<block name="messagesBlock" class="Magento\Backend\Test\Block\Messages" locator="//*[@id='checkout']//div[@data-role='checkout-messages' and .//div]" strategy="xpath" />
1818
</page>
1919
</config>

0 commit comments

Comments
 (0)