Skip to content

Commit 1392150

Browse files
committed
ACP2E-1602: [Issue] Fixed the welcome message contains single quote character
1 parent 1110ad2 commit 1392150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Test/Mftf/Section/StorefrontPanelHeaderSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="StorefrontPanelHeaderSection">
12-
<element name="welcomeMessage" type="text" selector="header>.panel .greet.welcome" />
12+
<element name="welcomeMessage" type="text" selector="header>.panel .greet.welcome" timeout="120"/>
1313
<element name="createAnAccountLink" type="select" selector="//div[@class='panel wrapper']//li/a[contains(.,'Create an Account')]" timeout="30"/>
1414
<element name="notYouLink" type="button" selector=".greet.welcome span a"/>
1515
<element name="customerWelcome" type="text" selector=".panel.header .greet.welcome"/>

0 commit comments

Comments
 (0)