Skip to content

Commit c26897d

Browse files
Sahil.kumarManjusha.S
authored andcommitted
MQE:26873:removed one action
1 parent 7f4a679 commit c26897d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88

99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="CheckoutShippingGuestInfoSection">
1212
<element name="email" type="input" selector="#customer-email"/>
1313
<element name="firstName" type="input" selector="input[name=firstname]"/>
@@ -25,7 +25,6 @@
2525
<element name="firstShippingMethod" type="radio" selector=".row:nth-of-type(1) .col-method .radio"/>
2626
<element name="shippingBlock" type="text" selector="#checkout-step-shipping"/>
2727

28-
2928
<!--Order Summary-->
3029
<element name="itemInCart" type="button" selector="div.items-in-cart div.title" timeout="30"/>
3130
<element name="itemInCartActive" type="button" selector="div.items-in-cart.active div.title" timeout="30"/>

0 commit comments

Comments
 (0)