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

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2602,7 +2602,7 @@ const payment = {
2602
2602
  };
2603
2603
  const tasks = {
2604
2604
  registration: {
2605
- defaultStreet: "Ebbinghof 10",
2605
+ defaultStreet: "Ebbinghoff 10",
2606
2606
  defaultCity: "Schöppingen",
2607
2607
  defaultCountry: "Deutschland",
2608
2608
  defaultDepartment: "Betrieb",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "12.2.1",
3
+ "version": "12.2.2",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",