File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 7
7
-->
8
8
9
9
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
- xsi : noNamespaceSchemaLocation =" ../../../../../../../dev/tests/acceptance/ vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd" >
10
+ xsi : noNamespaceSchemaLocation =" ../../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd" >
11
11
<test name =" SaveProductWithCustomOptionsAdditionalWebsiteTest" >
12
12
<annotations >
13
13
<features value =" Save a product with Custom Options and assign to a different website" />
86
86
<seeElement selector =" {{AdminProductMessagesSection.successMessage}}" stepKey =" seeSaveProductMessageAgain" />
87
87
88
88
<click selector =" {{AdminProductCustomizableOptionsSection.customizableOptions}}" stepKey =" openCustomOptionsSection" />
89
+ <scrollTo stepKey =" scrollToCustomizableOptions" selector =" {{AdminProductCustomizableOptionsSection.customizableOptions}}" />
89
90
<seeNumberOfElements selector =" .admin__dynamic-rows[data-index='values'] tr.data-row" userInput =" 3" stepKey =" see4RowsOfOptions" />
90
91
</test >
91
92
</tests >
You can’t perform that action at this time.
0 commit comments