@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 CHANGED
@@ -537,6 +537,7 @@ interface StoreBaseConfig {
537
537
  enGBLanguageId: string;
538
538
  eurCurrencyId: string;
539
539
  defaultCurrencyId: string;
540
+ defaultLanguageId: string;
540
541
  invoicePaymentMethodId: string;
541
542
  defaultShippingMethod: string;
542
543
  taxId: string;
package/dist/index.d.ts CHANGED
@@ -537,6 +537,7 @@ interface StoreBaseConfig {
537
537
  enGBLanguageId: string;
538
538
  eurCurrencyId: string;
539
539
  defaultCurrencyId: string;
540
+ defaultLanguageId: string;
540
541
  invoicePaymentMethodId: string;
541
542
  defaultShippingMethod: string;
542
543
  taxId: string;
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 }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",