Skip to content

Commit 3b5e61e

Browse files
committed
ACQE-8844: Configurable product image display with multiple swatches on catalog, product page, and layered navigation
- Updated from waitForElementVisible to waitForElementClickable
1 parent a680440 commit 3b5e61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableProductMultipleSwatchesImageDisplayTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<click selector="{{AdminCreateProductConfigurationsPanel.selectAllByAttribute($$createTextSwatchAttribute2.frontend_label[0]$$)}}" stepKey="selectAllText2Options"/>
9191
<waitForElementClickable selector="{{AdminCreateProductConfigurationsPanel.next}}" stepKey="waitForNextToImagesClickable"/>
9292
<click selector="{{AdminCreateProductConfigurationsPanel.next}}" stepKey="clickNextToImages"/>
93-
<waitForElementVisible selector="{{AdminCreateProductConfigurationsPanel.applyUniqueImagesToEachSkus}}" stepKey="waitForImagesSection"/>
93+
<waitForElementClickable selector="{{AdminCreateProductConfigurationsPanel.applyUniqueImagesToEachSkus}}" stepKey="waitForImagesSection"/>
9494
<!-- Add images to simple products -->
9595
<waitForElementClickable selector="{{AdminCreateProductConfigurationsPanel.applyUniqueImagesToEachSkus}}" stepKey="waitForApplyUniqueImagesClickable"/>
9696
<click selector="{{AdminCreateProductConfigurationsPanel.applyUniqueImagesToEachSkus}}" stepKey="clickApplyUniqueImages"/>

0 commit comments

Comments
 (0)