File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
app/code/Magento/PageBuilder
Test/Mftf/Test/AdminCatalogProductPageBuilderTest Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
10
+ <test name =" PageBuilderAdminSimpleProductSetEditMetaDescriptionContentTest" extends =" AdminSimpleProductSetEditMetaDescriptionContentTest" >
11
+ <annotations >
12
+ <features value =" Catalog" />
13
+ <stories value =" Create/edit simple product" />
14
+ <title value =" Admin should be able to set/edit product Content when editing a simple product. Meta description should be autogenerated, based on updated mask with Page Builder installed." />
15
+ <description value =" Admin should be able to set/edit product Content when editing a simple product" />
16
+ <severity value =" MINOR" />
17
+ <testCaseId value =" AC-6971" />
18
+ <group value =" Catalog" />
19
+ <group value =" WYSIWYGDisabled" />
20
+ </annotations >
21
+ <actionGroup ref =" AssertMetaDescriptionInProductEditFormActionGroup" stepKey =" seeProductMetaDescription" >
22
+ <argument name =" productMetaDescription" value =" simple" />
23
+ </actionGroup >
24
+ </test >
25
+ </tests >
Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
- <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Store:etc/config.xsd" >
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Store:etc/config.xsd" >
9
10
<default >
10
11
<general >
11
12
<validator_data >
38
39
</allowed_resources >
39
40
</media_storage_configuration >
40
41
</system >
42
+ <catalog >
43
+ <fields_masks >
44
+ <meta_description >{{name}}</meta_description >
45
+ </fields_masks >
46
+ </catalog >
41
47
</default >
42
48
</config >
You can’t perform that action at this time.
0 commit comments