Commit c47c631 Robert He
committed
File tree 4 files changed +4
-4
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
-->
8
8
9
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" >
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" />
Original file line number Diff line number Diff line change 7
7
-->
8
8
9
9
<pages xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
- xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/PageObject.xsd" >
10
+ xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/PageObject.xsd" >
11
11
<page name =" CmsNewBlock" url =" admin/cms/block/new" area =" admin" module =" Magento_Cms" >
12
12
<section name =" CmsNewBlockBlockActionsSection" />
13
13
<section name =" CmsNewBlockBlockBasicFieldsSection" />
Original file line number Diff line number Diff line change 7
7
-->
8
8
9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
- xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd" >
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 >
Original file line number Diff line number Diff line change 7
7
-->
8
8
9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
- xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd" >
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]" />
You can’t perform that action at this time.
0 commit comments