File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1863
1863
</annotations >
1864
1864
<before >
1865
1865
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
1866
+ <magentoCLI command =" config:set web/url/use_store 1" stepKey =" turnOnStoreUrlUsage" />
1866
1867
<createData entity =" customWebsite" stepKey =" createCustomWebsite" />
1867
1868
<createData entity =" _defaultBlock" stepKey =" createPreReqBlock" />
1868
1869
<createData entity =" SimpleSubCategory" stepKey =" createCategory" />
1879
1880
</createData >
1880
1881
</before >
1881
1882
<after >
1883
+ <magentoCLI command =" config:set web/url/use_store 0" stepKey =" turnOffStoreUrlUsage" />
1882
1884
<actionGroup ref =" DeleteCustomWebsiteActionGroup" stepKey =" deleteWebsite" >
1883
1885
<argument name =" websiteName" value =" $createCustomWebsite.website[name]$" />
1884
1886
</actionGroup >
Original file line number Diff line number Diff line change 1374
1374
</annotations >
1375
1375
<before >
1376
1376
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
1377
+ <magentoCLI command =" config:set web/url/use_store 1" stepKey =" turnOnStoreUrlUsage" />
1377
1378
<createData entity =" customWebsite" stepKey =" createCustomWebsite" />
1378
1379
<createData entity =" SimpleSubCategory" stepKey =" createCategory" />
1379
1380
<actionGroup ref =" AdminStoreGroupCreateActionGroup" stepKey =" createNewStore" >
1386
1387
</actionGroup >
1387
1388
</before >
1388
1389
<after >
1390
+ <magentoCLI command =" config:set web/url/use_store 0" stepKey =" turnOffStoreUrlUsage" />
1389
1391
<actionGroup ref =" DeleteCustomWebsiteActionGroup" stepKey =" deleteWebsite" >
1390
1392
<argument name =" websiteName" value =" $createCustomWebsite.website[name]$" />
1391
1393
</actionGroup >
You can’t perform that action at this time.
0 commit comments