Skip to content

Commit 69ea7c1

Browse files
committed
Merge remote-tracking branch 'lukash/hotfix/mftf-open-order' into 2.4-develop-prs
# Conflicts: # app/code/Magento/Sales/Test/Mftf/Test/AdminReorderWithCatalogPriceTest.xml
2 parents e4b8fc0 + ae280ac commit 69ea7c1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
9+
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11+
<actionGroup name="AdminOpenOrderByEntityIdActionGroup">
12+
<arguments>
13+
<argument name="entityId" type="string"/>
14+
</arguments>
15+
<amOnPage url="{{AdminOrderPage.url(entityId)}}" stepKey="openOrder"/>
16+
</actionGroup>
17+
</actionGroups>

0 commit comments

Comments
 (0)