We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4b8fc0 + ae280ac commit 69ea7c1Copy full SHA for 69ea7c1
app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOpenOrderByEntityIdActionGroup.xml
@@ -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