Skip to content

Commit 755aa4e

Browse files
committed
Merge remote-tracking branch 'origin/MC-18749' into 2.3.3-develop-pr58
2 parents 24d56dd + 254676a commit 755aa4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Sales/Test/Mftf/Test/StorefrontPrintOrderGuestTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<group value="mtf_migrated"/>
2020
</annotations>
2121
<before>
22+
<magentoCLI command="downloadable:domains:add" arguments="example.com static.magento.com" stepKey="addDownloadableDomain"/>
2223
<actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/>
2324
<createData entity="ApiCategory" stepKey="createCategory"/>
2425

@@ -207,6 +208,7 @@
207208
<actionGroup ref="orderSelectFlatRateShipping" stepKey="selectFlatRate"/>
208209
</before>
209210
<after>
211+
<magentoCLI command="downloadable:domains:remove" arguments="example.com static.magento.com" stepKey="removeDownloadableDomain"/>
210212
<deleteData createDataKey="downloadableProduct" stepKey="deleteProduct"/>
211213

212214
<deleteData createDataKey="createConfigChildProduct1" stepKey="deleteConfigChildProduct1"/>
@@ -275,4 +277,4 @@
275277
<see userInput="Flat Rate - Fixed" selector="{{StorefrontOrderDetailsSection.shippingMethod}}" stepKey="assertShippingMethodOnPrintOrder"/>
276278
<switchToPreviousTab stepKey="switchToPreviousTab"/>
277279
</test>
278-
</tests>
280+
</tests>

0 commit comments

Comments
 (0)