File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
app/code/Magento/Cms/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11<?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- -->
2+ <!--
3+ /**
4+ * Copyright © Magento, Inc. All rights reserved.
5+ * See COPYING.txt for license details.
6+ */
7+ -->
88
99<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1010 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11- <actionGroup name =" AdminOpenCmsBlocksGridActionGroup" >
12- <annotations >
13- <description >Goes to the Cms Blocks grid page.</description >
14- </annotations >
15-
16- <amOnPage url =" {{CmsBlocksPage.url}}" stepKey =" navigateToCMSBlocksGrid" />
17- <waitForPageLoad stepKey =" waitForPageLoad" />
18- </actionGroup >
11+ <actionGroup name =" AdminOpenCmsBlocksGridActionGroup" >
12+ <annotations >
13+ <description >Goes to the Cms Blocks grid page.</description >
14+ </annotations >
15+ <amOnPage url =" {{CmsBlocksPage.url}}" stepKey =" navigateToCMSBlocksGrid" />
16+ <waitForPageLoad stepKey =" waitForPageLoad" />
17+ </actionGroup >
1918</actionGroups >
Original file line number Diff line number Diff line change 55 * See COPYING.txt for license details.
66 */
77-->
8+
89<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
910 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
1011 <actionGroup name =" AdminSelectCMSBlockStoreViewActionGroup" >
1112 <arguments >
1213 <argument name =" storeViewName" type =" string" />
1314 </arguments >
1415
15- <selectOption selector =" {{BlockNewPageBasicFieldsSection.storeView}}" userInput =" {{storeViewName}}" stepKey =" selectStoreView" />
16+ <selectOption selector =" {{BlockNewPageBasicFieldsSection.storeView}}" userInput =" {{storeViewName}}" stepKey =" selectStoreView" />
1617 </actionGroup >
1718</actionGroups >
You can’t perform that action at this time.
0 commit comments