Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
const inputList = [
    /**
     * @todo e-mail | phone ?
     * @qa `qa-signin-email`s
     */
    {
        propertyName: 'userName',
        type: 'email',
    },
    /**
     * @qa `qa-signin-password`
     */
    {
        type: 'password',
    },
    {
        propertyName: 'forgotPasswordContainer',
        type: 'groupElements',
        elementList: [
            /**
             * @qa `qa-signin-forgot-password`
             */
            {
                type: 'button',
                propertyName: 'forgotPassword',
                qa: 'qa-signin-forgot-password',
            },
            /**
             * @qa `qa-signin-forgot-password`
             */
            {
                type: 'button',
                propertyName: 'resetPassword',
            },
        ],
    },
];
//# sourceMappingURL=Form.js.map