|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + /** |
| 4 | + * Copyright © Magento, Inc. All rights reserved. |
| 5 | + * See COPYING.txt for license details. |
| 6 | + */ |
| 7 | +--> |
| 8 | +<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 9 | + xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd"> |
| 10 | + <section name="AdminCustomerAddressPropertySection"> |
| 11 | + <element name="stores" type="button" selector="#menu-magento-backend-stores"/> |
| 12 | + <element name="customerAddress" type="button" selector="//span[text()='Customer Address']"/> |
| 13 | + <element name="newAttribute" type="button" selector="#add"/> |
| 14 | + <element name="label" type="input" selector="#attribute_label"/> |
| 15 | + <element name="code" type="input" selector="#attribute_code"/> |
| 16 | + <element name="inputType" type="select" selector="#frontend_input"/> |
| 17 | + <element name="inputFilter" type="select" selector="#input_filter"/> |
| 18 | + <element name="lineCount" type="input" selector="#multiline_count"/> |
| 19 | + <element name="sortOrder" type="input" selector="#sort_order"/> |
| 20 | + <element name="selectFormToUse" type="multiselect" selector="select#used_in_forms"/> |
| 21 | + <element name="formToUse" type="multiselect" selector="//select[@id='used_in_forms']/option[text()='{{args}}']" parameterized="true"/> |
| 22 | + <element name="showInSF" type="select" selector="#is_visible"/> |
| 23 | + <element name="showInSFValue" type="select" selector="//select[@id='is_visible']/option[text()='{{arg1}}']" parameterized="true"/> |
| 24 | + <element name="valuesRequired" type="select" selector="#is_required"/> |
| 25 | + <element name="value" type="select" selector="//select[@id='is_required']/option[text()='{{arg2}}']" parameterized="true"/> |
| 26 | + <element name="save" type="button" selector="#save"/> |
| 27 | + <element name="multilineCount" type="input" selector="#multiline_count"/> |
| 28 | + <element name="attributeOption" type="button" selector="#customer_attribute_tabs_options"/> |
| 29 | + <element name="attribute" type="text" selector="//td[contains(text(), '{{arg3}}')]" parameterized="true"/> |
| 30 | + <element name="delete" type="button" selector="#delete"/> |
| 31 | + <element name="confirm" type="button" selector=".action-primary.action-accept"/> |
| 32 | + <element name="defaultLabel" type="input" selector="#customerAddressAttributeGrid_filter_frontend_label"/> |
| 33 | + <element name="search" type="button" selector="//div[@class='admin__filter-actions']//span[text()='Search']"/> |
| 34 | + <element name="reset" type="button" selector="//span[text()='Reset Filter']"/> |
| 35 | + <element name="createAccount" type="button" selector="input.action.primary"/> |
| 36 | + <element name="customerAttribute" type="input" selector="//input[contains(@name,'custom_attributes')]"/> |
| 37 | + <element name="defaultValueDate" type="input" selector="#default_value_date"/> |
| 38 | + <element name="minimumValueDate" type="input" selector="#date_range_min"/> |
| 39 | + <element name="maximumValueDate" type="input" selector="#date_range_max"/> |
| 40 | + <element name="usedForSegment" type="select" selector="#is_used_for_customer_segment"/> |
| 41 | + <element name="defaultValue" type="textarea" selector="#default_value_textarea"/> |
| 42 | + <element name="inputValidation" type="select" selector="#input_validation"/> |
| 43 | + <element name="firstRowInGrid" type="text" selector="//tbody/tr[1]"/> |
| 44 | + <element name="successMessage" type="text" selector="#messages"/> |
| 45 | + <element name="emptyRow" type="text" selector="td.empty-text"/> |
| 46 | + <element name="usedInGrid" type="select" selector="#is_used_in_grid"/> |
| 47 | + <element name="maxFileSize" type="input" selector="#max_file_size"/> |
| 48 | + <element name="fileExtensions" type="input" selector="#file_extensions"/> |
| 49 | + <element name="maxImageWidth" type="input" selector="#max_image_width"/> |
| 50 | + <element name="maxImageHeight" type="input" selector="#max_image_heght"/> |
| 51 | + <element name="minTextLength" type="input" selector="#min_text_length"/> |
| 52 | + <element name="maxTextLength" type="input" selector="#max_text_length"/> |
| 53 | + </section> |
| 54 | +</sections> |
0 commit comments