Skip to content

Commit a19990e

Browse files
MAGETWO-71675: Customer can't see available Payment Method for specific country
1 parent f6e5d60 commit a19990e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCustomerCheckoutTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
<stories value="Checkout flow if payment solutions are not available"/>
200200
<title value="Checkout via Customer Checkout with restricted countries for payment"/>
201201
<description value="Should be able to place an order as a Customer with restricted countries for payment."/>
202-
<severity value="CRITICAL"/>
202+
<severity value="MAJOR"/>
203203
<testCaseId value="MAGETWO-42653"/>
204204
<group value="checkout"/>
205205
</annotations>
@@ -213,7 +213,7 @@
213213
<createData entity="Simple_US_Customer" stepKey="simpleuscustomer"/>
214214
</before>
215215
<after>
216-
<amOnPage url="admin/admin/auth/logout/" stepKey="amOnLogoutPage"/>
216+
<amOnPage url="{{AdminLogoutPage.url}}" stepKey="amOnLogoutPage"/>
217217
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
218218
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
219219
<magentoCLI stepKey="allowSpecificValue" command="config:set payment/checkmo/allowspecific 0" />

0 commit comments

Comments
 (0)