File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
LoginAsCustomer/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 2323 stepKey =" enableLoginAsCustomer" />
2424 <magentoCLI command =" config:set {{LoginAsCustomerStoreViewLogin.path}} 0"
2525 stepKey =" enableLoginAsCustomerAutoDetection" />
26- <magentoCLI command =" cache:flush config" stepKey =" flushCacheBeforeTestRun" />
2726 <createData entity =" _defaultCategory" stepKey =" createCategory" />
2827 <createData entity =" SimpleProduct" stepKey =" createSimpleProduct" >
2928 <requiredEntity createDataKey =" createCategory" />
3029 </createData >
3130 <createData entity =" Simple_US_Customer_Assistance_Allowed" stepKey =" createCustomer" />
3231 <actionGroup ref =" AdminLoginActionGroup" stepKey =" login" />
32+ <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
33+ <argument name =" indices" value =" " />
34+ </actionGroup >
35+ <actionGroup ref =" CliCacheCleanActionGroup" stepKey =" cleanInvalidatedCachesAfterSet" >
36+ <argument name =" tags" value =" config full_page" />
37+ </actionGroup >
3338 </before >
3439 <after >
3540 <deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
3944 <actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
4045 <magentoCLI command =" config:set {{LoginAsCustomerConfigDataEnabled.path}} 0"
4146 stepKey =" disableLoginAsCustomer" />
42- <magentoCLI command =" cache:flush config" stepKey =" flushCacheAfterTestRun" />
47+ <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindexAfter" >
48+ <argument name =" indices" value =" " />
49+ </actionGroup >
50+ <actionGroup ref =" CliCacheCleanActionGroup" stepKey =" cleanInvalidatedCachesDefault" >
51+ <argument name =" tags" value =" config full_page" />
52+ </actionGroup >
4353 </after >
4454
4555 <!-- Verify Login as Customer Login action works correctly from Customer page -->
Original file line number Diff line number Diff line change 2121 </annotations >
2222 <before >
2323 <magentoCLI command =" config:set {{StorefrontEnableAddStoreCodeToUrls.path}} {{StorefrontEnableAddStoreCodeToUrls.value}}" stepKey =" addStoreCodeToUrlEnable" />
24+ <actionGroup ref =" CliCacheCleanActionGroup" stepKey =" cleanInvalidatedCachesAfterSet" >
25+ <argument name =" tags" value =" config full_page" />
26+ </actionGroup >
2427 </before >
2528 <after >
2629 <magentoCLI command =" config:set {{StorefrontDisableAddStoreCodeToUrls.path}} {{StorefrontDisableAddStoreCodeToUrls.value}}" stepKey =" addStoreCodeToUrlDisable" />
30+ <actionGroup ref =" CliCacheCleanActionGroup" stepKey =" cleanInvalidatedCachesDefault" >
31+ <argument name =" tags" value =" config full_page" />
32+ </actionGroup >
2733 </after >
2834
2935 <actionGroup ref =" StorefrontClickOnHeaderLogoActionGroup" stepKey =" clickOnStorefrontHeaderLogo" />
You can’t perform that action at this time.
0 commit comments