Skip to content

Commit 5621775

Browse files
committed
MC-5450: Product Contents Are Ordered Incorrectly On Storefront
- Add wait for element visible before interacting with select
1 parent 2f7c608 commit 5621775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCreateProductTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@
452452
<actionGroup ref="navigateToCreatedProductAttribute" stepKey="navigateToCreatedProductAttribute">
453453
<argument name="ProductAttribute" value="$$createPageBuilderAttribute$$"/>
454454
</actionGroup>
455+
<waitForElementVisible selector="{{AttributePropertiesSection.InputType}}" stepKey="waitForInputType"/>
455456
<selectOption selector="{{AttributePropertiesSection.InputType}}" userInput="Page Builder" stepKey="selectPageBuilder" />
456457
<click selector="{{AttributePropertiesSection.Save}}" stepKey="saveAttribute" />
457458
<waitForPageLoad stepKey="waitForAttributeSave" />

0 commit comments

Comments
 (0)