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 57
57
<!-- Step7: Go to order page -->
58
58
<actionGroup ref =" StorefrontOpenMyAccountPageActionGroup" stepKey =" goToMyAccountPage" />
59
59
<actionGroup ref =" StorefrontCustomerGoToSidebarMenu" stepKey =" goToSidebarMenu" >
60
- <argument name =" menu" value =" My Orders " />
60
+ <argument name =" menu" value =" {{sidebarTabMenu.my_orders}} " />
61
61
</actionGroup >
62
62
<!-- Clicking View Order from My Orders Grid -->
63
63
<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