File tree 7 files changed +5
-8
lines changed
dev/tests/functional/tests/app/Magento/Customer/Test/Constraint
7 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11
11
<type id =" customer_account_createpassword" label =" Reset a Password" />
12
12
<type id =" customer_account_edit" label =" Customer Account Edit Form" />
13
13
<type id =" customer_account_forgotpassword" label =" Customer Forgot Password Form" />
14
- <type id =" customer_account_index" label =" Customer My Account Dashboard " />
14
+ <type id =" customer_account_index" label =" Customer My Account" />
15
15
<type id =" customer_account_login" label =" Customer Account Login Form" />
16
16
<type id =" customer_account_logoutsuccess" label =" Customer Account Logout Success" />
17
17
<type id =" customer_address_form" label =" Customer My Account Address Edit Form" />
Original file line number Diff line number Diff line change @@ -531,7 +531,6 @@ Type,Type
531
531
"Send Welcome Email From","Send Welcome Email From"
532
532
"Are you sure you want to delete this item?","Are you sure you want to delete this item?"
533
533
Addresses,Addresses
534
- "Account Dashboard","Account Dashboard"
535
534
"Edit Account Information","Edit Account Information"
536
535
"Password forgotten","Password forgotten"
537
536
"You are signed out","You are signed out"
Original file line number Diff line number Diff line change 22
22
</arguments >
23
23
<block class =" Magento\Customer\Block\Account\SortLinkInterface" name =" customer-account-navigation-account-link" >
24
24
<arguments >
25
- <argument name =" label" xsi : type =" string" translate =" true" >Account Dashboard </argument >
25
+ <argument name =" label" xsi : type =" string" translate =" true" >My Account </argument >
26
26
<argument name =" path" xsi : type =" string" >customer/account</argument >
27
27
<argument name =" sortOrder" xsi : type =" number" >250</argument >
28
28
</arguments >
Original file line number Diff line number Diff line change 1
1
Summary,Summary
2
- "Account Dashboard","Account Dashboard"
3
2
"Account Information","Account Information"
4
3
"Address Book","Address Book"
5
4
Menu,Menu
Original file line number Diff line number Diff line change 10
10
<referenceContainer name =" sidebar.main" >
11
11
<block class =" Magento\Framework\View\Element\Template" name =" customer_account_navigation_block" template =" Magento_Theme::html/collapsible.phtml" before =" -" >
12
12
<arguments >
13
- <argument name =" block_title" translate =" true" xsi : type =" string" >Account Dashboard </argument >
13
+ <argument name =" block_title" translate =" true" xsi : type =" string" >My Account </argument >
14
14
<argument name =" block_css" xsi : type =" string" >block-collapsible-nav</argument >
15
15
</arguments >
16
16
<block class =" Magento\Customer\Block\Account\Navigation" name =" customer_account_navigation" before =" -" >
19
19
</arguments >
20
20
<block class =" Magento\Customer\Block\Account\SortLinkInterface" name =" customer-account-navigation-account-link" >
21
21
<arguments >
22
- <argument name =" label" xsi : type =" string" translate =" true" >Account Dashboard </argument >
22
+ <argument name =" label" xsi : type =" string" translate =" true" >My Account </argument >
23
23
<argument name =" path" xsi : type =" string" >customer/account</argument >
24
24
<argument name =" sortOrder" xsi : type =" number" >250</argument >
25
25
</arguments >
Original file line number Diff line number Diff line change @@ -52,6 +52,5 @@ Footer,Footer
52
52
"Your shipping confirmation is below. Thank you again for your business.","Your shipping confirmation is below. Thank you again for your business."
53
53
"Your Shipment #%shipment_id for Order #%order_id","Your Shipment #%shipment_id for Order #%order_id"
54
54
"Update to your %store_name shipment","Update to your %store_name shipment"
55
- "Account Dashboard","Account Dashboard"
56
55
"Address Book","Address Book"
57
56
"Account Information","Account Information"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class AssertCustomerDefaultAddresses extends AbstractConstraint
24
24
*/
25
25
public function processAssert (CustomerAccountIndex $ customerAccountIndex , Address $ address )
26
26
{
27
- $ customerAccountIndex ->getAccountMenuBlock ()->openMenuItem ('Account Dashboard ' );
27
+ $ customerAccountIndex ->getAccountMenuBlock ()->openMenuItem ('My Account ' );
28
28
sleep (6 );
29
29
$ defaultBillingAddress = explode (
30
30
"\n" ,
You can’t perform that action at this time.
0 commit comments