File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
app/code/Magento/Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
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
+ <actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
+ <actionGroup name =" StorefrontVerifyCustomerAccountInformationActionGroup" >
11
+ <arguments >
12
+ <argument name =" customer" />
13
+ </arguments >
14
+ <annotations >
15
+ <description >Verifies customer information on the Edit Account Information page on the storefront</description >
16
+ </annotations >
17
+ <seeInField selector =" {{StorefrontCustomerAccountInformationSection.firstName}}" userInput =" {{customer.firstname}}" stepKey =" seeCustomerFirstName" />
18
+ <seeInField selector =" {{StorefrontCustomerAccountInformationSection.lastName}}" userInput =" {{customer.lastname}}" stepKey =" seeCustomerLastName" />
19
+ <seeElement selector =" {{StorefrontCustomerAccountInformationSection.changeEmail}}" stepKey =" seeChangeEmail" />
20
+ <seeElement selector =" {{StorefrontCustomerAccountInformationSection.changePassword}}" stepKey =" seeChangePassword" />
21
+ </actionGroup >
22
+ </actionGroups >
You can’t perform that action at this time.
0 commit comments