We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7c608 commit 5621775Copy full SHA for 5621775
app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCreateProductTest.xml
@@ -452,6 +452,7 @@
452
<actionGroup ref="navigateToCreatedProductAttribute" stepKey="navigateToCreatedProductAttribute">
453
<argument name="ProductAttribute" value="$$createPageBuilderAttribute$$"/>
454
</actionGroup>
455
+ <waitForElementVisible selector="{{AttributePropertiesSection.InputType}}" stepKey="waitForInputType"/>
456
<selectOption selector="{{AttributePropertiesSection.InputType}}" userInput="Page Builder" stepKey="selectPageBuilder" />
457
<click selector="{{AttributePropertiesSection.Save}}" stepKey="saveAttribute" />
458
<waitForPageLoad stepKey="waitForAttributeSave" />
0 commit comments