File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 21
21
<waitForElementVisible selector =" {{AdminCategoryContentSection.uploadButton}}" stepKey =" seeImageSectionIsReady" />
22
22
<attachFile selector =" {{AdminCategoryContentSection.uploadImageFile}}" userInput =" {{image.file}}" stepKey =" uploadFile" />
23
23
<comment userInput =" BIC workaround" stepKey =" waitForAjaxUpload" />
24
- <waitForPageLoad stepKey =" waitForLoading" />
24
+ <waitForElementVisible selector = " {{AdminCategoryContentSection.imageFileName}} " stepKey =" waitForLoading" />
25
25
<grabTextFrom selector =" {{AdminCategoryContentSection.imageFileName}}" stepKey =" grabCategoryFileName" />
26
26
<assertRegExp stepKey =" assertEquals" message =" pass" >
27
27
<expectedResult type =" string" >/magento-logo(_[0-9]+)*?\.png$/</expectedResult >
You can’t perform that action at this time.
0 commit comments