Skip to content

Commit 2df31b4

Browse files
ACQE-7907: [MFTF Test] StorefrontSeeProductImagesMatchingProductSwatchesTest
- Added waitforforelementclickable step before click.
1 parent 6bdad31 commit 2df31b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontSelectSwatchOptionOnProductPageActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<arguments>
1414
<argument name="optionName" type="string"/>
1515
</arguments>
16+
<waitForElementClickable selector="{{StorefrontProductInfoMainSection.swatchOptionByLabel(optionName)}}" stepKey="waitForCreateConfigurationsButtonToBeClickable"/>
1617
<click selector="{{StorefrontProductInfoMainSection.swatchOptionByLabel(optionName)}}" stepKey="clickSwatchOption"/>
1718
</actionGroup>
1819
</actionGroups>

0 commit comments

Comments
 (0)