Skip to content

Commit 36d1e99

Browse files
committed
Merge remote-tracking branch 'public/312_edit_account_information_page_shows_editable_company' into pap-b2b-prs
2 parents b2e7753 + aaa138c commit 36d1e99

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>

0 commit comments

Comments
 (0)