File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 89
89
<waitForLoadingMaskToDisappear stepKey =" waitForProductPagetoSaveAgain" />
90
90
<seeElement selector =" {{AdminProductMessagesSection.successMessage}}" stepKey =" seeSaveProductMessageAgain" />
91
91
92
+ <scrollTo selector =" {{AdminProductCustomizableOptionsSection.customizableOptions}}" stepKey =" scrollToOptions" />
92
93
<click selector =" {{AdminProductCustomizableOptionsSection.customizableOptions}}" stepKey =" openCustomOptionsSection2" />
94
+ <waitForElementVisible selector =" .admin__dynamic-rows[data-index='values'] tr.data-row" stepKey =" waitForRowsToBeVisible" />
93
95
<seeNumberOfElements selector =" .admin__dynamic-rows[data-index='values'] tr.data-row" userInput =" 3" stepKey =" see4RowsOfOptions" />
94
96
</test >
95
97
</tests >
You can’t perform that action at this time.
0 commit comments