File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
view/frontend/templates/account
design/frontend/Magento/luma/Magento_Theme/web/css/source Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" CustomerLogoutStorefrontByMenuItemsActionGroup" >
12
- <conditionalClick selector =" {{StorefrontPanelHeaderSection.customerWelcome }}"
13
- dependentSelector =" {{StorefrontPanelHeaderSection.customerWelcomeMenu }}"
12
+ <conditionalClick selector =" {{StorefrontPanelHeaderSection.customerWelcomeMenu }}"
13
+ dependentSelector =" {{StorefrontPanelHeaderSection.customerLogoutLink }}"
14
14
visible =" false"
15
15
stepKey =" clickHeaderCustomerMenuButton" />
16
16
<click selector =" {{StorefrontPanelHeaderSection.customerLogoutLink}}" stepKey =" clickSignOutButton" />
Original file line number Diff line number Diff line change 15
15
<element name =" welcomeMessage" type =" text" selector =" header>.panel .greet.welcome" />
16
16
<element name =" createAnAccountLink" type =" select" selector =" //div[@class='panel wrapper']//li/a[contains(.,'Create an Account')]" timeout =" 30" />
17
17
<element name =" notYouLink" type =" button" selector =" .greet.welcome span a" />
18
- <element name =" customerWelcome" type =" text" selector =" .panel.header .customer- welcome" />
19
- <element name =" customerWelcomeMenu" type =" text" selector =" .panel.header .customer-welcome .customer-menu " />
18
+ <element name =" customerWelcome" type =" text" selector =" .panel.header .greet. welcome" />
19
+ <element name =" customerWelcomeMenu" type =" text" selector =" .panel.header .customer-welcome .customer-name " />
20
20
<element name =" customerLoginLink" type =" button" selector =" .panel.header .header.links .authorization-link a" timeout =" 30" />
21
21
<element name =" customerLogoutLink" type =" text" selector =" .panel.header .customer-welcome .customer-menu .authorization-link a" timeout =" 30" />
22
22
</section >
Original file line number Diff line number Diff line change 16
16
data-toggle="dropdown"
17
17
data-trigger-keypress-button="true"
18
18
data-bind="scope: 'customer'">
19
- <span data-bind="text: customer().fullname"></span>
20
19
<button type="button"
21
20
class="action switch"
22
21
tabindex="-1"
Original file line number Diff line number Diff line change 112
112
font-size : @font-size__base ;
113
113
margin : 0 0 0 15px ;
114
114
115
+ & .customer-welcome {
116
+ margin : 0 0 0 5px ;
117
+ }
118
+
115
119
> a {
116
120
.lib-link (
117
121
@_link-color : @header-panel__text-color ,
You can’t perform that action at this time.
0 commit comments