Skip to content

Commit e6b956d

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminNavigateMenuActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<argument name="submenuUiId" type="string"/>
1818
</arguments>
1919

20+
<waitForPageLoad stepKey="waitPageLoad"/>
2021
<click selector="{{AdminMenuSection.menuItem(menuUiId)}}" stepKey="clickOnMenuItem"/>
2122
<click selector="{{AdminMenuSection.menuItem(submenuUiId)}}" stepKey="clickOnSubmenuItem"/>
2223
</actionGroup>

app/code/Magento/Downloadable/Test/Mftf/Test/StorefrontAdvanceCatalogSearchDownloadableBySkuWithHyphenTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<group value="SearchEngineMysql"/>
2121
</annotations>
2222
<before>
23-
<magentoCLI stepKey="addDownloadableDomain" command="downloadable:domains:add example.com static.magento.com"/>
23+
<magentoCLI command="downloadable:domains:add example.com static.magento.com" before="product" stepKey="addDownloadableDomain"/>
2424
<createData entity="ApiDownloadableProduct" stepKey="product"/>
2525
<createData entity="ApiDownloadableLink" stepKey="addDownloadableLink1">
2626
<requiredEntity createDataKey="product"/>
@@ -30,7 +30,7 @@
3030
</createData>
3131
</before>
3232
<after>
33-
<magentoCLI stepKey="removeDownloadableDomain" command="downloadable:domains:remove example.com static.magento.com"/>
33+
<magentoCLI command="downloadable:domains:remove example.com static.magento.com" stepKey="removeDownloadableDomain"/>
3434
</after>
3535
</test>
3636
</tests>

0 commit comments

Comments
 (0)