File tree 2 files changed +15
-15
lines changed
app/code/Magento/Cms/Test/Mftf/ActionGroup 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
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
- -->
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
8
9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
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 >
19
18
</actionGroups >
Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
+
8
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
11
<actionGroup name =" AdminSelectCMSBlockStoreViewActionGroup" >
11
12
<arguments >
12
13
<argument name =" storeViewName" type =" string" />
13
14
</arguments >
14
15
15
- <selectOption selector =" {{BlockNewPageBasicFieldsSection.storeView}}" userInput =" {{storeViewName}}" stepKey =" selectStoreView" />
16
+ <selectOption selector =" {{BlockNewPageBasicFieldsSection.storeView}}" userInput =" {{storeViewName}}" stepKey =" selectStoreView" />
16
17
</actionGroup >
17
18
</actionGroups >
You can’t perform that action at this time.
0 commit comments