Skip to content

Commit ea4a31e

Browse files
committed
Trying to avoid waitForIndex
1 parent 548da89 commit ea4a31e

15 files changed

+2
-18
lines changed

app/code/Magento/Bundle/Test/Mftf/Test/AdminEditRelatedBundleProductTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<conditionalClick selector="{{AdminProductFormRelatedUpSellCrossSellSection.relatedDropdown}}" dependentSelector="{{AdminProductFormRelatedUpSellCrossSellSection.relatedDependent}}" visible="false" stepKey="openDropDownIfClosedRelatedSee"/>
7171
<see selector="{{AdminProductFormRelatedUpSellCrossSellSection.selectedRelatedProduct}}" userInput="$$simpleProduct1.sku$$" stepKey="seeRelatedProduct"/>
7272

73-
<wait stepKey="waitBeforeIndexer" time="60"/>
7473
<magentoCLI command="cron:run --group=index" stepKey="runCronIndexer"/>
7574

7675
<!--See related product in storefront-->

app/code/Magento/Bundle/Test/Mftf/Test/StorefrontCheckBundleProductOptionTierPrices.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
</actionGroup>
4545
<actionGroup ref="logout" stepKey="logoutAsAdmin"/>
4646

47-
<wait stepKey="waitBeforeIndexer" time="60"/>
4847
<magentoCLI stepKey="runCronIndex" command="cron:run --group=index"/>
4948
</before>
5049
<after>

app/code/Magento/Bundle/Test/Mftf/Test/StorefrontCustomerSelectAndSetBundleOptionsTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<createData entity="SimpleProduct2" stepKey="simpleProduct1"/>
2424
<createData entity="SimpleProduct2" stepKey="simpleProduct2"/>
2525

26-
<wait stepKey="waitBeforeIndexer" time="60"/>
2726
<magentoCLI command="cron:run --group=index" stepKey="runCronIndexer"/>
2827
</before>
2928
<after>

app/code/Magento/Bundle/Test/Mftf/Test/StorefrontEditBundleProductTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
<click stepKey="saveProductBundle" selector="{{AdminProductFormActionSection.saveButton}}"/>
6666
<see stepKey="assertSuccess" selector="{{AdminProductMessagesSection.successMessage}}" userInput="You saved the product."/>
6767

68-
<wait stepKey="waitBeforeIndexer" time="60"/>
6968
<magentoCLI command="cron:run --group=index" stepKey="runCronIndexer"/>
7069

7170
<!-- Go to the storefront bundled product page -->

app/code/Magento/Catalog/Test/Mftf/Test/AdminSimpleSetEditRelatedProductsTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<createData entity="SimpleProduct2" stepKey="simpleProduct5"/>
2929
<createData entity="SimpleProduct2" stepKey="simpleProduct6"/>
3030

31-
<wait stepKey="waitBeforeIndexer" time="60"/>
3231
<magentoCLI command="cron:run --group=index" stepKey="runCronIndexer"/>
3332
</before>
3433
<after>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<!--Create a product-->
2323
<createData entity="SimpleProduct2" stepKey="createProduct"/>
2424

25-
<wait stepKey="waitBeforeIndexer" time="60"/>
2625
<magentoCLI command="cron:run --group=index" stepKey="runCronIndexer"/>
2726
</before>
2827
<after>

app/code/Magento/ConfigurableProduct/Test/Mftf/Data/ConfigurableProductData.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<requiredEntity type="custom_attribute_array">CustomAttributeCategoryIds</requiredEntity>
2424
</entity>
2525
<entity name="ApiConfigurableProduct" type="product">
26+
<data key="name" unique="suffix">API Configurable Product</data>
2627
<data key="sku" unique="suffix">api-configurable-product</data>
28+
<data key="urlKey" unique="suffix">api-configurable-product</data>
2729
<data key="type_id">configurable</data>
2830
<data key="attribute_set_id">4</data>
2931
<data key="visibility">4</data>
30-
<data key="name" unique="suffix">API Configurable Product</data>
31-
<data key="urlKey" unique="suffix">api-configurable-product</data>
3232
<data key="price">123.00</data>
3333
<data key="weight">2</data>
3434
<data key="status">1</data>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableSetEditRelatedProductsTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<before>
2323
<createData entity="ApiCategory" stepKey="createCategory"/>
2424

25-
<wait stepKey="waitBeforeIndexer" time="60"/>
2625
<magentoCLI command="cron:run --group=index" stepKey="runCronIndexer"/>
2726
</before>
2827
<after>

app/code/Magento/Downloadable/Test/Mftf/Test/AdminDownloadableSetEditRelatedProductsTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<argument name="product" value="DownloadableProduct"/>
3535
</actionGroup>
3636

37-
<wait stepKey="waitBeforeIndexer" time="60"/>
3837
<magentoCLI command="cron:run --group=index" stepKey="runCronIndexer"/>
3938

4039
<!--See related product in storefront-->

app/code/Magento/GroupedProduct/Test/Mftf/Test/AdminGroupedSetEditRelatedProductsTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<argument name="product" value="GroupedProduct"/>
3535
</actionGroup>
3636

37-
<wait stepKey="waitBeforeIndexer" time="60"/>
3837
<magentoCLI command="cron:run --group=index" stepKey="runCronIndexer"/>
3938

4039
<!--See related product in storefront-->

0 commit comments

Comments
 (0)