Skip to content

Commit ddd8e85

Browse files
authored
Update StorefrontCustomerLoginSignUpSection.xml
1 parent 8845c80 commit ddd8e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="AdminCreateUserSection">
1212
<element name="createAnAccountButton" type="button" selector="//div[contains(@class, 'block-new-customer')]//a/span[contains(.,'Create an Account')]"/>
13-
<element name="createAnAccountButtonForCustomer" type="button" selector="//*[@class=block-content]//a[@class=action create primary]/span[contains(.,Create an Account)]"/>
13+
<element name="createAnAccountButtonForCustomer" type="button" selector="//*[@class='block-content']//a[@class='action create primary']/span[contains(.,'Create an Account')]"/>
1414
</section>
1515
</sections>

0 commit comments

Comments
 (0)