Skip to content

Commit bba39a5

Browse files
committed
AC-9141: Functional test stability fix
1 parent d67ee82 commit bba39a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontProductsCompareWithEmptyAttributeTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dragAndDrop selector1="{{UnassignedAttributes.ProductAttributeName('$$createProductAttribute.attribute_code$$')}}" selector2="{{Group.FolderName('Product Details')}}" stepKey="moveProductAttributeToGroup"/>
4848
<click selector="{{AttributeSetSection.Save}}" stepKey="saveAttributeSet"/>
4949
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear" />
50-
<seeElement selector=".message-success" stepKey="assertSuccess"/>
50+
<waitForElementVisible selector=".message-success" stepKey="assertSuccess"/>
5151
<actionGroup ref="ClearCacheActionGroup" stepKey="clearCache"/>
5252
<amOnPage url="{{StorefrontProductPage.NavigationCategoryByName($$createCategory.custom_attributes[url_key]$$)}}" stepKey="goProductPageOnStorefront1"/>
5353
<!-- View Simple Product 1 -->

0 commit comments

Comments
 (0)