<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * Copyright © Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
    <section name="StorefrontCustomerSignInFormSection">
        <element name="emailField" type="input" selector="#email"/>
        <element name="passwordField" type="input" selector="#pass"/>
        <element name="showPasswordCheckbox" type="input" selector="#show-password"/>
        <element name="signInAccountButton" type="button" selector="#send2" timeout="30"/>
        <element name="forgotPasswordLink" type="button" selector=".action.remind" timeout="10"/>
        <element name="customerLoginBlock" type="text" selector=".login-container .block.block-customer-login"/>
        <element name="signInAccountLink" type="button" selector="//header[@class='page-header']//li/a[contains(.,'Sign In')]"/>
    </section>
</sections>
