Skip to content

Commit 6aece8c

Browse files
committed
Update Functional Tests
1 parent a5c32e1 commit 6aece8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/functional/tests/MFTF/DevDocs/Data/MessageData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
1111
<entity name="MessageData">
12-
<data key="message">Introduction to the Magento Functional Testing Framework</data>
12+
<data key="message">Introduction to the Functional Testing Framework</data>
1313
<array key="numbers">
1414
<item name="zero">0</item>
1515
<item name="one">1</item>

dev/tests/functional/tests/MFTF/DevDocs/Section/ContentSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1212
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1313
<section name="contentSection">
14-
<element name="pageIntro" type="text" selector=".page-intro"/>
14+
<element name="pageIntro" type="text" selector="#introduction-to-the-functional-testing-framework"/>
1515
<element name="parametrizedSelector" type="text" selector=".page-intro > {{justToProofItWorks}}" parameterized="true"/>
1616
<element name="deprecatedPageIntro" type="text" selector=".page-intro-old" deprecated="New element was introduced. Please use 'contentSection.pageIntro'"/>
1717
</section>

0 commit comments

Comments
 (0)