@shopware-ag/acceptance-test-suite 12.2.1 → 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.
- package/dist/index.mjs +3 -3
- 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: "
|
|
2605
|
+
defaultStreet: "Ebbinghoff 10",
|
|
2606
2606
|
defaultCity: "Schöppingen",
|
|
2607
2607
|
defaultCountry: "Deutschland",
|
|
2608
2608
|
defaultDepartment: "Betrieb",
|
|
@@ -3155,7 +3155,7 @@ const LOCALE_MAPPINGS = {
|
|
|
3155
3155
|
};
|
|
3156
3156
|
const COUNTRY_ADDRESS_DATA = {
|
|
3157
3157
|
DE: {
|
|
3158
|
-
street: "
|
|
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: "
|
|
11631
|
+
street: "Ebbinghoff 10",
|
|
11632
11632
|
city: "Sch\xF6ppingen",
|
|
11633
11633
|
country: "Germany",
|
|
11634
11634
|
postalCode: "48624"
|