We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2034958 commit 25cedefCopy full SHA for 25cedef
app/code/Magento/Bundle/Test/Mftf/Section/StorefrontBundledSection.xml
@@ -7,7 +7,7 @@
7
-->
8
9
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10
- xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
+ xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd">
11
<section name="StorefrontBundledSection">
12
<element name="nthBundledOption" type="input" selector=".option:nth-of-type({{numOption}}) .choice:nth-of-type({{numOptionSelect}}) input" parameterized="true"/>
13
<element name="addToCart" type="button" selector="#bundle-slide" timeout="30"/>
0 commit comments