Skip to content

Commit 608f184

Browse files
committed
ACQE-8182: Customer should be able to reorder product with a selected custom checkbox option
- Created data file
1 parent 0e07b8a commit 608f184

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontVerifyProductReorderWithCustomOptionTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
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"/>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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>

0 commit comments

Comments
 (0)