Skip to content

Commit 292fd00

Browse files
authored
ACQE-7276 | Mainline PR deployment
1 parent 0b511da commit 292fd00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@
106106
<waitForElementVisible selector="{{AttributeManageSwatchSection.textSwatchStoreViewValue('M2')}}" stepKey="assertMSizeStoreViewValue"/>
107107
<waitForElementVisible selector="{{AttributeManageSwatchSection.textSwatchStoreViewValue('L3')}}" stepKey="assertLSizeStoreViewValue"/>
108108
<waitForElementVisible selector="{{AttributeManageSwatchSection.textSwatchStoreViewValue('XL')}}" stepKey="assertXLSizeStoreViewValue"/>
109+
```<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
110+
<argument name="indices" value=""/>
111+
</actionGroup>
112+
<!-- Flush cache -->
113+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
114+
<argument name="tags" value=""/>
115+
</actionGroup>
116+
109117
<!--Add created attribute to default attribute set-->
110118
<comment userInput="Go to default attribute set edit page and add the product attribute to the set" stepKey="commentAttributeSetEdit" />
111119
<amOnPage url="{{AdminProductAttributeSetEditPage.url}}/{{AddToDefaultSet.attributeSetId}}/" stepKey="onAttributeSetEdit"/>

0 commit comments

Comments
 (0)