Skip to content

Commit e45e860

Browse files
committed
MQE-1367: XSD Schema validation must be triggered before merging to mainline
More schema error fixes after pulling mainline updates
1 parent 20f5d2d commit e45e860

6 files changed

+6
-6
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/LoginAsCustomerOnCheckoutPageActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
<doubleClick selector="{{CheckoutShippingSection.loginButton}}" stepKey="clickLoginBtn"/>
2323
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear3"/>
2424
<waitForPageLoad stepKey="waitToBeLoggedIn"/>
25-
<waitForElementNotVisible selector="{{CheckoutShippingSection.email}}" userInput="{{customer.email}}" stepKey="waitForEmailInvisible" time ="60"/>
25+
<waitForElementNotVisible selector="{{CheckoutShippingSection.email}}" stepKey="waitForEmailInvisible" time ="60"/>
2626
</actionGroup>
2727
</actionGroups>

app/code/Magento/Checkout/Test/Mftf/Section/CheckoutCartProductSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<element name="ProductPriceByOption" type="text" selector="//*[contains(@class, 'item-options')]/dd[normalize-space(.)='{{var1}}']/ancestor::tr//td[contains(@class, 'price')]//span[@class='price']" parameterized="true"/>
2828
<element name="RemoveItem" type="button"
2929
selector="//table[@id='shopping-cart-table']//tbody//tr[contains(@class,'item-actions')]//a[contains(@class,'action-delete')]"/>
30-
<element name="removeProductByName" selector="//*[contains(text(), '{{productName}}')]/ancestor::tbody//a[@class='action action-delete']" parameterized="true" timeout="30"/>
30+
<element name="removeProductByName" type="text" selector="//*[contains(text(), '{{productName}}')]/ancestor::tbody//a[@class='action action-delete']" parameterized="true" timeout="30"/>
3131
<element name="productName" type="text" selector="//tbody[@class='cart item']//strong[@class='product-item-name']"/>
3232
<element name="nthItemOption" type="block" selector=".item:nth-of-type({{numElement}}) .item-options" parameterized="true"/>
3333
<element name="nthEditButton" type="block" selector=".item:nth-of-type({{numElement}}) .action-edit" parameterized="true"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="OnePageCheckout within Offline Payment Methods"/>
1515
<title value="OnePageCheckout as customer using new address test"/>
1616
<description value="Checkout as customer using new address"/>
17-
<severity value="CRITICAl"/>
17+
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-14740"/>
1919
<group value="checkout"/>
2020
<group value="mtf_migrated"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="OnePageCheckout within Offline Payment Methods"/>
1515
<title value="OnePageCheckout as customer using non default address test"/>
1616
<description value="Checkout as customer using non default address"/>
17-
<severity value="CRITICAl"/>
17+
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-14739"/>
1919
<group value="checkout"/>
2020
<group value="mtf_migrated"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="OnePageCheckout within Offline Payment Methods"/>
1515
<title value="OnePageCheckout using sign in link test"/>
1616
<description value="Checkout using 'Sign In' link"/>
17-
<severity value="CRITICAl"/>
17+
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-14738"/>
1919
<group value="checkout"/>
2020
<group value="mtf_migrated"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="OnePageCheckout within Offline Payment Methods"/>
1515
<title value="OnePageCheckout with all product types test"/>
1616
<description value="Checkout with all product types"/>
17-
<severity value="CRITICAl"/>
17+
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-14742"/>
1919
<group value="checkout"/>
2020
<group value="mtf_migrated"/>

0 commit comments

Comments
 (0)