|
21 | 21 | <before>
|
22 | 22 | <createData entity="Simple_Customer_Without_Address" stepKey="createCustomer"/>
|
23 | 23 | <actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
|
| 24 | + <!--Go To Customer Address page--> |
| 25 | + <actionGroup ref="GoToCustomerAddress" stepKey="GoToCustomerAddress"/> |
| 26 | + <click selector="{{CustomerAccountSection.reset}}" stepKey="resetFiltersOnGrid"/> |
| 27 | + <waitForElementVisible selector="{{CustomerAccountSection.defaultLabel}}" stepKey="waitForDefaultLabelToVisible"/> |
| 28 | + <fillField selector="{{CustomerAccountSection.defaultLabel}}" userInput="Street Address" stepKey="TypeAttributeName"/> |
| 29 | + <click selector="{{CustomerAccountSection.search}}" stepKey="clickToSearchButton"/> |
| 30 | + <waitForPageLoad stepKey="waitForResult"/> |
| 31 | + <click selector="{{AdminCustomerAddressAttributeSection.firstAttribute}}" stepKey="clickToSelectAttribute"/> |
| 32 | + <waitForPageLoad stepKey="waitForAttributePageLoaded"/> |
| 33 | + <actionGroup ref="AdminEditCustomerAddressAttributePropertiesActionGroup" stepKey="editCustomerAddressProperties"> |
| 34 | + <argument name="minimumTextLength" value="1"/> |
| 35 | + <argument name="maximumTextLength" value="10"/> |
| 36 | + </actionGroup> |
24 | 37 | </before>
|
25 | 38 | <after>
|
26 | 39 | <deleteData createDataKey="createCustomer" stepKey="DeleteCustomer"/>
|
| 40 | + <!--Go To Customer Address page--> |
| 41 | + <actionGroup ref="GoToCustomerAddress" stepKey="GoToCustomerAddress1"/> |
| 42 | + <click selector="{{CustomerAccountSection.reset}}" stepKey="resetFiltersOnGrid1"/> |
| 43 | + <waitForElementVisible selector="{{CustomerAccountSection.defaultLabel}}" stepKey="waitForDefaultLabelToVisible1"/> |
| 44 | + <fillField selector="{{CustomerAccountSection.defaultLabel}}" userInput="Street Address" stepKey="TypeAttributeName1"/> |
| 45 | + <click selector="{{CustomerAccountSection.search}}" stepKey="clickToSearchButton1"/> |
| 46 | + <waitForPageLoad stepKey="waitForResult1"/> |
| 47 | + <click selector="{{AdminCustomerAddressAttributeSection.firstAttribute}}" stepKey="clickToSelectAttribute1"/> |
| 48 | + <waitForPageLoad stepKey="waitForAttributePageLoaded"/> |
| 49 | + <actionGroup ref="AdminEditCustomerAddressAttributePropertiesActionGroup" stepKey="editCustomerAddressProperties1"> |
| 50 | + <argument name="minimumTextLength" value="1"/> |
| 51 | + <argument name="maximumTextLength" value="255"/> |
| 52 | + </actionGroup> |
27 | 53 | <actionGroup ref="AdminLogoutActionGroup" stepKey="adminLogout"/>
|
28 | 54 | </after>
|
29 | 55 | <!--Log in to Storefront as Customer 1 -->
|
|
0 commit comments