We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db99d4b commit 3cf2f52Copy full SHA for 3cf2f52
app/code/Magento/Checkout/Test/Mftf/Data/CheckoutMessageData.xml
@@ -0,0 +1,14 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!--
3
+/**
4
+ * Copyright 2025 Adobe
5
+ * All Rights Reserved.
6
+ */
7
+-->
8
+<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
10
+ <entity name="CheckoutOutOfStockMessageData">
11
+ <data key="headerMessage">Some of the products are out of stock.</data>
12
+ <data key="productItemMessage">There are no source items with the in stock status</data>
13
+ </entity>
14
+</entities>
0 commit comments