@shopware-ag/acceptance-test-suite 12.2.2 → 12.2.3

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -3155,7 +3155,7 @@ const LOCALE_MAPPINGS = {
3155
3155
  };
3156
3156
  const COUNTRY_ADDRESS_DATA = {
3157
3157
  DE: {
3158
- street: "Ebbinghof 10",
3158
+ street: "Ebbinghoff 10",
3159
3159
  city: "Sch\xF6ppingen",
3160
3160
  country: "Germany",
3161
3161
  postalCode: "48624",
@@ -11628,7 +11628,7 @@ const RegisterGuest = test$e.extend({
11628
11628
  firstName: "Jeff",
11629
11629
  lastName: "Goldblum",
11630
11630
  email: "invalid",
11631
- street: "Ebbinghof 10",
11631
+ street: "Ebbinghoff 10",
11632
11632
  city: "Sch\xF6ppingen",
11633
11633
  country: "Germany",
11634
11634
  postalCode: "48624"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "12.2.2",
3
+ "version": "12.2.3",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",