Skip to content

Commit c37b828

Browse files
committed
ENGCOM-2197: [Jenkins] Failure to generate MFTF Tests
1 parent 5a54f5a commit c37b828

File tree

6 files changed

+1
-100
lines changed

6 files changed

+1
-100
lines changed

app/code/Magento/CatalogInventory/Test/Mftf/ActionGroup/DisplayOutOfStockProductActionGroup.xml

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

app/code/Magento/CatalogInventory/Test/Mftf/Page/InventoryConfigurationPage.xml

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

app/code/Magento/CatalogInventory/Test/Mftf/Section/AdminAdvancedInventorySection.xml

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

app/code/Magento/CatalogInventory/Test/Mftf/Section/InventorySection.xml

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

app/code/Magento/CatalogInventory/Test/Mftf/Section/ProductStockOptionsSection.xml

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

app/code/Magento/ConfigurableProduct/Test/Mftf/Section/AdminProductFormConfigurationsSection.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,12 @@
2525
<section name="AdminConfigurableProductFormSection">
2626
<element name="productWeight" type="input" selector=".admin__control-text[name='product[weight]']"/>
2727
<element name="productQuantity" type="input" selector=".admin__control-text[name='product[quantity_and_stock_status][qty]']"/>
28-
<element name="currentVariationsQuantityCells" type="button" selector="td[data-index='quantity_per_source_container']"/>
28+
<element name="currentVariationsQuantityCells" type="button" selector="td[data-index='quantity_container']"/>
2929
<element name="rowByCode" type="textarea" selector="//span[contains(text(), '{{var1}}-{{var2}}')]//ancestor-or-self::tr" parameterized="true"/>
3030
</section>
3131
<section name="AdminConfigurableProductSelectAttributesSlideOut">
3232
<element name="grid" type="button" selector=".admin__data-grid-wrap tbody"/>
3333
</section>
34-
<section name="AdminConfigurableProductAssignSourcesSlideOut">
35-
<element name="done" type="button" selector=".product_form_product_form_assign_sources_configurable_modal .action-primary" timeout="5"/>
36-
<element name="assignSources" type="button" selector="(//button/span[contains(text(), 'Assign Sources')])[2]" timeout="5"/>
37-
<element name="quantityPerSource" type="input" selector="input[name='quantity_resolver[dynamicRows][dynamicRows][{{var1}}][quantity_per_source]']" parameterized="true"/>
38-
<element name="quantityPerSourceForSingleMode" type="input" selector="#apply-single-inventory-input"/>
39-
<element name="quantityPerSourceForMultiMode" type="input" selector="input[name='quantity_resolver[dynamicRows][dynamicRows][0][quantity_per_source]']"/>
40-
</section>
4134
<section name="StorefrontConfigurableProductPage">
4235
<element name="productAttributeDropDown" type="select" selector="select[id*='attribute']"/>
4336
</section>

0 commit comments

Comments
 (0)