Skip to content

Commit c963ccf

Browse files
committed
MC-40167: [JetTeam] Unskip AdminSubmitConfigurableProductOrderTest
1 parent f2dce08 commit c963ccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Sales/Test/Mftf/Section/AdminOrderFormConfigureProductSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="AdminOrderFormConfigureProductSection">
1212
<element name="configure" type="button" selector="//a[@product_id='{{productId}}']" parameterized="true"/>
13-
<element name="optionSelect" type="select" selector="//div[contains(@class,'product-options')]//select[//label[text() = '{{option}}']]" timeout="30" parameterized="true"/>
13+
<element name="optionSelect" type="select" selector="//div[contains(@class,'product-options')]//select[//label[text() = '{{option}}']]" timeout="30" parameterized="true"/>
1414
<element name="optionSelectNew" type="select" selector="//label[text()='{{option1}}']/following-sibling::div/select" parameterized="true"/>
1515
<element name="quantity" type="input" selector="#product_composite_configure_input_qty"/>
1616
<element name="ok" type="button" selector=".modal-header .page-actions button[data-role='action']" timeout="30"/>

app/code/Magento/Sales/Test/Mftf/Test/AdminSubmitConfigurableProductOrderTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</createData>
8686

8787
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
88-
<magentoCron groups="index" stepKey="reindexInvalidatedIndicesBefore"/>
88+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
8989

9090
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
9191
</before>

0 commit comments

Comments
 (0)