Skip to content

Commit 7a59435

Browse files
committed
MC-29942: [FT] Test StorefrontOrderPagerDisplayedTest fails on Jenkins
1 parent 889f2de commit 7a59435

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,6 @@
251251
<!-- @TODO: Uncomment once MQE-679 is fixed -->
252252
<!--<deleteData createDataKey="createSimpleProduct2Image" stepKey="deleteSimpleProduct2Image"/>-->
253253
<deleteData createDataKey="createSimpleProduct2" stepKey="deleteSimpleProduct2"/>
254-
255-
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
256-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
257254
</after>
258255

259256
<!-- Step 1: User browses catalog -->

app/code/Magento/CatalogSearch/Test/Mftf/Test/SearchEntityResultsTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,9 @@
676676
<magentoCLI command="cache:flush" stepKey="flushCache"/>
677677
</before>
678678
<after>
679+
<deleteData createDataKey="attributeSet" stepKey="deleteAttributeSet"/>
680+
<deleteData createDataKey="createConfigProductAttribute" stepKey="deleteConfigProductAttribute"/>
681+
679682
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
680683
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
681684
</after>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<deleteData createDataKey="simple2Handle" stepKey="deleteSimple2" before="delete"/>
8383
<deleteData createDataKey="childProductHandle1" stepKey="deleteChildProduct1" before="delete"/>
8484
<deleteData createDataKey="childProductHandle2" stepKey="deleteChildProduct2" before="delete"/>
85+
<deleteData createDataKey="productAttributeHandle" stepKey="deleteProductDropDownAttribute"/>
8586

8687
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
8788
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
@@ -161,6 +162,7 @@
161162
<deleteData createDataKey="simple2Handle" stepKey="deleteSimple2" before="delete"/>
162163
<deleteData createDataKey="childProductHandle1" stepKey="deleteChildProduct1" before="delete"/>
163164
<deleteData createDataKey="childProductHandle2" stepKey="deleteChildProduct2" before="delete"/>
165+
<deleteData createDataKey="productAttributeHandle" stepKey="deleteProductDropDownAttribute"/>
164166

165167
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
166168
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
@@ -240,6 +242,7 @@
240242
<deleteData createDataKey="simple2Handle" stepKey="deleteSimple2" before="delete"/>
241243
<deleteData createDataKey="childProductHandle1" stepKey="deleteChildProduct1" before="delete"/>
242244
<deleteData createDataKey="childProductHandle2" stepKey="deleteChildProduct2" before="delete"/>
245+
<deleteData createDataKey="productAttributeHandle" stepKey="deleteProductDropDownAttribute"/>
243246

244247
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
245248
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
@@ -319,6 +322,7 @@
319322
<deleteData createDataKey="simple2Handle" stepKey="deleteSimple2" before="delete"/>
320323
<deleteData createDataKey="childProductHandle1" stepKey="deleteChildProduct1" before="delete"/>
321324
<deleteData createDataKey="childProductHandle2" stepKey="deleteChildProduct2" before="delete"/>
325+
<deleteData createDataKey="productAttributeHandle" stepKey="deleteProductDropDownAttribute"/>
322326

323327
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
324328
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
<deleteData createDataKey="simple2Handle" stepKey="deleteSimple2" before="delete"/>
8484
<deleteData createDataKey="childProductHandle1" stepKey="deleteChildProduct1" before="delete"/>
8585
<deleteData createDataKey="childProductHandle2" stepKey="deleteChildProduct2" before="delete"/>
86+
<deleteData createDataKey="productAttributeHandle" stepKey="deleteProductDropDownAttribute"/>
8687

8788
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
8889
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>

app/code/Magento/Customer/Test/Mftf/Test/StorefrontClearAllCompareProductsTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
<deleteData createDataKey="createBundleProduct1" stepKey="deleteBundleProduct1"/>
125125
<deleteData createDataKey="createGroupedProduct1" stepKey="deleteGroupedProduct1"/>
126126
<deleteData createDataKey="createDownloadableProduct1" stepKey="deleteDownloadableProduct1"/>
127+
<deleteData createDataKey="createConfigProductAttribute" stepKey="deleteConfigProductAttribute"/>
127128

128129
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
129130
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>

0 commit comments

Comments
 (0)