Skip to content

Commit 9f9f738

Browse files
committed
Stability control duties
1 parent 9852409 commit 9f9f738

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@
3737
<argument name="rowId" value="row_customer_address_company_show"/>
3838
</actionGroup>
3939
<click selector="{{StoreConfigSection.Save}}" stepKey="saveConfig"/>
40+
<waitForPageLoad stepKey="waitForConfigToApply" />
41+
42+
<!-- Reindex -->
43+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="performReindex">
44+
<argument name="indices" value=""/>
45+
</actionGroup>
46+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache">
47+
<argument name="tags" value=""/>
48+
</actionGroup>
4049

4150
<!-- Delete customer -->
4251
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer" />

0 commit comments

Comments
 (0)