Skip to content

Commit bf9dd58

Browse files
committed
MC-22831: [Function Test] MC-6192: Magento\FunctionalTestingFramework.functional.AdminCheckResultsOfColorAndOtherFiltersTest
1 parent d32be75 commit bf9dd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenProductAttributeFromSearchResultInGridActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<argument name="productAttributeCode" type="string"/>
1717
</arguments>
1818

19-
<waitForElementVisible selector="{{AdminProductAttributeGridSection.AttributeCode(productAttributeCode)}}" after="seeAttributeCodeInGrid" stepKey="waitForAdminProductAttributeGridLoad"/>
19+
<waitForElementVisible selector="{{AdminProductAttributeGridSection.AttributeCode(productAttributeCode)}}" before="seeAttributeCodeInGrid" stepKey="waitForAdminProductAttributeGridLoad"/>
2020
<click selector="{{AdminProductAttributeGridSection.AttributeCode(productAttributeCode)}}" stepKey="clickAttributeToView"/>
2121
<waitForPageLoad stepKey="waitForViewAdminProductAttributeLoad"/>
2222
</actionGroup>

0 commit comments

Comments
 (0)