Skip to content

Commit 1efd1e8

Browse files
authored
Merge pull request #140 from magento-arcticfoxes/B2B-2116
B2B-2116: [AWS S3] Test Fails: StorefrontCustomerCustomAttributesTest
2 parents 79107fa + 716b580 commit 1efd1e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderProductsGridTest/AdminPageBuilderVerifySwatchDisplayedInPreviewGridTest.xml

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
<actionGroup ref="AdminDeleteProductAttributeByLabelActionGroup" stepKey="deleteAttribute">
3333
<argument name="productAttributeLabel" value="{{visualSwatchAttribute.default_label}}"/>
3434
</actionGroup>
35+
<!-- Reindex after deleting product attribute -->
36+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
37+
<argument name="indices" value=""/>
38+
</actionGroup>
3539
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3640
</after>
3741
<!-- Create a configurable swatch product via the UI -->

0 commit comments

Comments
 (0)