Skip to content

Commit

Permalink
Merge pull request #171 from magento-arcticfoxes/af-prs-2.4.4-develop
Browse files Browse the repository at this point in the history
B2B-2108: Skip Certain MFTF Tests From Builds With Remote Storage
  • Loading branch information
rganin committed Jan 7, 2022
2 parents 66b5f30 + ba58d13 commit 7dacf2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -45,6 +45,10 @@
<click selector="{{AdminGridMainControls.saveAndContinue}}" stepKey="saveCustomStock"/>
</before>
<after>
<!--Disable additional source.-->
<actionGroup ref="DisableSourceActionGroup" stepKey="disableAdditionalSource">
<argument name="sourceCode" value="$$customSource.source[source_code]$"/>
</actionGroup>
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdminArea"/>
<deleteData createDataKey="category" stepKey="deleteCategory"/>
</after>
Expand Down
Expand Up @@ -90,6 +90,8 @@
<argument name="categoryName" value="$category.name$"/>
</actionGroup>

<magentoCLI command="indexer:reindex" stepKey="reindexBeforeQuickSearch"/>

<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="openStoreFrontHomePage"/>
<actionGroup ref="StorefrontCheckQuickSearchStringActionGroup" stepKey="quickSearchByProductName">
<argument name="phrase" value="$groupedProduct.name$"/>
Expand Down

0 comments on commit 7dacf2c

Please sign in to comment.