@shopware-ag/acceptance-test-suite 2.3.6 → 2.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -225,6 +225,7 @@ const test$b = test$d.extend({
|
|
|
225
225
|
storefrontTypeId: "8a243080f92e4c719546314b577cf82b",
|
|
226
226
|
eurCurrencyId: currency.id,
|
|
227
227
|
defaultCurrencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca",
|
|
228
|
+
defaultLanguageId: "2fbb5fe2e29a4d70aa5854ce7ce3e20b",
|
|
228
229
|
invoicePaymentMethodId: await requests.invoicePaymentMethodId,
|
|
229
230
|
defaultShippingMethod: await requests.defaultShippingMethod,
|
|
230
231
|
taxId: await requests.getTaxId,
|
|
@@ -326,7 +327,7 @@ const test$b = test$d.extend({
|
|
|
326
327
|
id: customerGroupUuid,
|
|
327
328
|
name: `${id} Acceptance test`
|
|
328
329
|
},
|
|
329
|
-
languages: [{ id: SalesChannelBaseConfig.enGBLanguageId }],
|
|
330
|
+
languages: [{ id: SalesChannelBaseConfig.enGBLanguageId }, { id: SalesChannelBaseConfig.defaultLanguageId }],
|
|
330
331
|
countries: [{ id: SalesChannelBaseConfig.deCountryId }],
|
|
331
332
|
shippingMethods: [{ id: SalesChannelBaseConfig.defaultShippingMethod }],
|
|
332
333
|
paymentMethods: [{ id: SalesChannelBaseConfig.invoicePaymentMethodId }],
|