Commit 8e77e2f Igor Melnikov
authored
File tree 4 files changed +10
-10
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
9
- <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
- xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema .xsd" >
9
+ <actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/actionGroupSchema .xsd" >
11
11
<actionGroup name =" createNewSimpleProduct" >
12
12
<amOnPage url =" {{AdminProductIndexPage.url}}" stepKey =" navigateToProductIndex" />
13
13
<click selector =" {{AdminProductGridActionSection.addProductToggle}}" stepKey =" clickAddProductDropdown" />
27
27
<click selector =" {{AdminProductSEOSection.sectionHeader}}" stepKey =" openSeoSectionAssert" />
28
28
<seeInField userInput =" {{_defaultProduct.urlKey}}" selector =" {{AdminProductSEOSection.urlKeyInput}}" stepKey =" assertFieldUrlKey" />
29
29
</actionGroup >
30
- </config >
30
+ </actionGroups >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
9
- <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ <pages xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/PageObject.xsd" >
11
- <page name =" CmsNewBlock" url =" admin/cms/block/new" module =" Magento_Cms" >
11
+ <page name =" CmsNewBlock" url =" admin/cms/block/new" area = " admin " module =" Magento_Cms" >
12
12
<section name =" CmsNewBlockBlockActionsSection" />
13
13
<section name =" CmsNewBlockBlockBasicFieldsSection" />
14
14
</page >
15
- </config >
15
+ </pages >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
9
- <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ <sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd" >
11
11
<section name =" CmsNewBlockBlockActionsSection" >
12
12
<element name =" savePage" type =" button" selector =" #save" timeout =" 30" />
13
13
</section >
14
- </config >
14
+ </sections >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
9
- <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ <sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd" >
11
11
<section name =" CmsNewBlockBlockBasicFieldsSection" >
12
12
<element name =" title" type =" input" selector =" input[name=title]" />
13
13
<element name =" identifier" type =" input" selector =" input[name=identifier]" />
14
14
<element name =" wysiwyg_hr_element" type =" input" selector =" #cms_block_form_content_hr" />
15
15
</section >
16
- </config >
16
+ </sections >
You can’t perform that action at this time.
0 commit comments