File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/Catalog/Test/Mftf
Test/AdminSimpleProductImagesTest Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
<annotations >
13
13
<description >Requires the navigation to the Product page. Opens 'Image and Videos' section.</description >
14
14
</annotations >
15
- <scrollTo selector =" {{AdminProductImagesSection.productImagesToggle}}" stepKey =" scrollToProductImagesTab" />
16
15
<conditionalClick selector =" {{AdminProductImagesSection.productImagesToggle}}" dependentSelector =" {{AdminProductImagesSection.imageUploadButton}}" visible =" false" stepKey =" openProductImagesSection" />
16
+ <scrollTo selector =" {{AdminProductImagesSection.productImagesToggle}}" stepKey =" scrollToProductImagesSection" />
17
+ <waitForPageLoad stepKey =" waitForLoadingMediaContent" />
17
18
<waitForElementVisible selector =" {{AdminProductImagesSection.imageUploadButton}}" stepKey =" waitForImageUploadButton" />
18
19
</actionGroup >
19
20
</actionGroups >
Original file line number Diff line number Diff line change 49
49
<actionGroup ref =" AdminOpenProductImagesSectionActionGroup" stepKey =" expandImages" />
50
50
51
51
<!-- Upload and set Base image -->
52
- <waitForPageLoad stepKey =" waitBeforeAttachImages" />
53
52
<attachFile selector =" {{AdminProductImagesSection.imageFileUpload}}" userInput =" adobe-base.jpg" stepKey =" attach1" />
54
53
<waitForPageLoad stepKey =" waitForUpload1" />
55
54
<click selector =" {{AdminProductImagesSection.nthProductImage('1')}}" stepKey =" openImageDetails1" />
116
115
<actionGroup ref =" AdminOpenProductImagesSectionActionGroup" stepKey =" expandImages2" />
117
116
118
117
<!-- Remove all images -->
119
- <waitForPageLoad stepKey =" waitBeforeRemoveImages " />
118
+ <waitForElementVisible selector = " {{AdminProductImagesSection.nthRemoveImageBtn('1')}} " stepKey =" waitForRemoveImageButtonVisible " />
120
119
<click selector =" {{AdminProductImagesSection.nthRemoveImageBtn('1')}}" stepKey =" removeImage1" />
121
120
<click selector =" {{AdminProductImagesSection.nthRemoveImageBtn('2')}}" stepKey =" removeImage2" />
122
121
<click selector =" {{AdminProductImagesSection.nthRemoveImageBtn('3')}}" stepKey =" removeImage3" />
You can’t perform that action at this time.
0 commit comments