Skip to content

Commit 0c927db

Browse files
committed
MC-5450: Product Contents Are Ordered Incorrectly On Storefront
- Add waitForElementVisible before interacting with text input
1 parent 5621775 commit 0c927db

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
@@ -495,6 +495,7 @@
495495
<waitForPageLoad stepKey="waitForPageLoadExitFullScreen1"/>
496496
<!-- Update new text attribute, to be shown in More Information -->
497497
<comment userInput="Update new text attribute, to be shown in More Information" stepKey="commentTextAttribute"/>
498+
<waitForElementVisible selector="{{PageBuilderProductAttribute.attributeTextInput($$createTextAttribute.attribute_code$$)}}" stepKey="waitForTextInput"/>
498499
<fillField selector="{{PageBuilderProductAttribute.attributeTextInput($$createTextAttribute.attribute_code$$)}}" userInput="{{PageBuilderTextProperty.value}}" stepKey="fillCustomContentTextarea"/>
499500
<!-- Add our related product -->
500501
<comment userInput="Add our related product" stepKey="commentAddRelatedProduct"/>

0 commit comments

Comments
 (0)