Skip to content

Commit 2f84cb3

Browse files
MC-18527: Merge release branch into 2.3-develop
- fix mftf test
1 parent ab5f999 commit 2f84cb3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<group value="Downloadable"/>
1919
</annotations>
2020
<before>
21+
<!-- Add downloadable domains -->
22+
<magentoCLI stepKey="addDownloadableDomain" command="downloadable:domains:add example.com static.magento.com"/>
23+
2124
<!-- Create category -->
2225
<createData entity="SimpleSubCategory" stepKey="createCategory"/>
2326

@@ -61,6 +64,9 @@
6164
<actionGroup ref="saveProductForm" stepKey="saveProduct"/>
6265
</before>
6366
<after>
67+
<!-- Remove downloadable domains -->
68+
<magentoCLI stepKey="removeDownloadableDomain" command="downloadable:domains:remove example.com static.magento.com"/>
69+
6470
<!-- Delete category -->
6571
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
6672

0 commit comments

Comments
 (0)