Skip to content

Commit cc7e6d8

Browse files
committed
ACP2E-1234, added Page Builder mftf test for updated config setting
1 parent ed22f1a commit cc7e6d8

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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="ProductMetaDescriptionMaskTest">
11+
<annotations>
12+
<features value="PageBuilder"/>
13+
<stories value="Store Configuration - Check product meta description mask"/>
14+
<title value="Check product meta description mask"/>
15+
<description value="When Page Builder is installed, product meta description mask should be set to {{name}}"/>
16+
<severity value="MINOR"/>
17+
<testCaseId value="AC-7086"/>
18+
<group value="pagebuilder"/>
19+
<group value="pagebuilder-store-configuration"/>
20+
<group value="pagebuilder-enable"/>
21+
</annotations>
22+
<before>
23+
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
24+
</before>
25+
<after>
26+
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
27+
</after>
28+
<amOnPage url="{{CatalogConfigPage.url}}" stepKey="navigateToConfigurationPage" />
29+
<waitForPageLoad stepKey="waitForPageLoad"/>
30+
<conditionalClick stepKey="expandConfigurationTab" selector="{{AdminCatalogProductFieldsAutoGenerationSection.productFieldsAutoGeneration}}" dependentSelector="{{AdminCatalogProductFieldsAutoGenerationSection.CheckIfTabExpand}}" visible="true" />
31+
<seeInField selector="{{AdminCatalogProductFieldsAutoGenerationSection.metaDescriptionInput}}" userInput="{{name}}" stepKey="seeProductMetaDescription"/>
32+
</test>
33+
</tests>

0 commit comments

Comments
 (0)