File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
app/code/Magento/Cms/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 8
8
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
10
<actionGroup name =" AdminOpenCmsPageActionGroup" >
11
+ <annotations >
12
+ <description >Open CMS edit page.</description >
13
+ </annotations >
11
14
<arguments >
12
15
<argument name =" page_id" type =" string" />
13
16
</arguments >
Original file line number Diff line number Diff line change
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
+ <actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
+ <actionGroup name =" AdminOpenCmsBlockActionGroup" >
11
+ <annotations >
12
+ <description >DEPRECATED. Use AdminOpenCmsPageActionGroup instead.</description >
13
+ </annotations >
14
+ <arguments >
15
+ <argument name =" block_id" type =" string" />
16
+ </arguments >
17
+ <amOnPage url =" {{AdminEditBlockPage.url(block_id)}}" stepKey =" openEditCmsBlock" />
18
+ </actionGroup >
19
+ </actionGroups >
You can’t perform that action at this time.
0 commit comments