Skip to content

Commit 1b15b5c

Browse files
committed
MQE-1033: Validate duplicate element names in the same file (Section, Data, Metadata, Page) (#58)
- fixed dupes
1 parent 1f4bbc4 commit 1b15b5c

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

app/code/Magento/Bundle/Test/Mftf/Data/BundleProductData.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<data key="urlKey" unique="suffix">bundleproduct</data>
2121
<data key="visibility">4</data>
2222
<data key="option_title" unique="suffix">TestOption</data>
23-
<data key="input_type" >Drop-down</data>
2423
<data key="default_quantity1" >10</data>
2524
<data key="default_quantity2" >20</data>
2625
<data key="input_type" >Drop-down</data>

app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</section>
4444
<section name="ProductWYSIWYGSection">
4545
<element name="Switcher" type="button" selector="//select[@id='dropdown-switcher']"/>
46-
<element name="v4" type ="button" selector="//select[@id='dropdown-switcher']/option[text()='TinyMCE 4.3.6']" />
46+
<element name="v436" type ="button" selector="//select[@id='dropdown-switcher']/option[text()='TinyMCE 4.3.6']" />
4747
<element name="v3" type ="button" selector="//select[@id='dropdown-switcher']/option[text()='TinyMCE 3.6(Deprecated)']" />
4848
<element name="TinymceDescription3" type ="button" selector="//span[text()='Description']" />
4949
<element name="Tinymce3MSG" type="button" selector=".admin__field-error"/>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<element name="postcode" type="input" selector="input[name=postcode]"/>
2020
<element name="country" type="select" selector="select[name=country_id]"/>
2121
<element name="telephone" type="input" selector="input[name=telephone]"/>
22-
<element name="next" type="button" selector="button.button.action.continue.primary"/>
2322
<element name="firstShippingMethod" type="radio" selector="#checkout-shipping-method-load input[type='radio']"/>
2423
<element name="selectedShippingAddress" type="text" selector=".shipping-address-item.selected-item"/>
2524
<element name="newAddressButton" type="button" selector="#checkout-step-shipping button"/>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd">
1111
<section name="StorefrontMinicartSection">
1212
<element name="productCount" type="text" selector="//header//div[contains(@class, 'minicart-wrapper')]//a[contains(@class, 'showcart')]//span[@class='counter-number']"/>
13-
<element name="viewAndEditCart" type="button" selector="//header//div[contains(@class, 'minicart-wrapper')]//a[contains(@class, 'viewcart')]"/>
1413
<element name="productLinkByName" type="button" selector="//header//ol[@id='mini-cart']//div[@class='product-item-details']//a[contains(text(), '{{var1}}')]" parameterized="true"/>
1514
<element name="productPriceByName" type="text" selector="//header//ol[@id='mini-cart']//div[@class='product-item-details'][.//a[contains(text(), '{{var1}}')]]//span[@class='price']" parameterized="true"/>
1615
<element name="productImageByName" type="text" selector="//header//ol[@id='mini-cart']//span[@class='product-image-container']//img[@alt='{{var1}}']" parameterized="true"/>

0 commit comments

Comments
 (0)