File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 5757 <!-- Step7: Go to order page -->
5858 <actionGroup ref =" StorefrontOpenMyAccountPageActionGroup" stepKey =" goToMyAccountPage" />
5959 <actionGroup ref =" StorefrontCustomerGoToSidebarMenu" stepKey =" goToSidebarMenu" >
60- <argument name =" menu" value =" My Orders " />
60+ <argument name =" menu" value =" {{sidebarTabMenu.my_orders}} " />
6161 </actionGroup >
6262 <!-- Clicking View Order from My Orders Grid -->
6363 <actionGroup ref =" StorefrontClickViewOrderLinkOnMyOrdersPageActionGroup" stepKey =" clickViewOrder" />
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ /**
4+ * Copyright 2025 Adobe
5+ * All Rights Reserved.
6+ */
7+ -->
8+
9+ <entities xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd" >
11+ <entity name =" sidebarTabMenu" >
12+ <data key =" my_orders" >My Orders</data >
13+ </entity >
14+ </entities >
You can’t perform that action at this time.
0 commit comments