@shopware-ag/acceptance-test-suite 12.13.4 → 12.14.0
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.mjs +1108 -1099
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2128,6 +2128,7 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2128
2128
|
submitOrder: string;
|
|
2129
2129
|
termsAndConditions: string;
|
|
2130
2130
|
immediateAccessToDigitalProduct: string;
|
|
2131
|
+
autoConfirmTermsText: string;
|
|
2131
2132
|
};
|
|
2132
2133
|
finish: {
|
|
2133
2134
|
thankYouForOrder: string;
|
|
@@ -3214,6 +3215,7 @@ declare const BUNDLED_RESOURCES: {
|
|
|
3214
3215
|
submitOrder: string;
|
|
3215
3216
|
termsAndConditions: string;
|
|
3216
3217
|
immediateAccessToDigitalProduct: string;
|
|
3218
|
+
autoConfirmTermsText: string;
|
|
3217
3219
|
};
|
|
3218
3220
|
finish: {
|
|
3219
3221
|
thankYouForOrder: string;
|
|
@@ -4254,6 +4256,7 @@ declare const baseNamespaces: {
|
|
|
4254
4256
|
submitOrder: string;
|
|
4255
4257
|
termsAndConditions: string;
|
|
4256
4258
|
immediateAccessToDigitalProduct: string;
|
|
4259
|
+
autoConfirmTermsText: string;
|
|
4257
4260
|
};
|
|
4258
4261
|
finish: {
|
|
4259
4262
|
thankYouForOrder: string;
|
|
@@ -4840,6 +4843,7 @@ declare class CheckoutConfirm implements PageObject {
|
|
|
4840
4843
|
readonly grandTotalPrice: Locator;
|
|
4841
4844
|
readonly taxPrice: Locator;
|
|
4842
4845
|
readonly submitOrderButton: Locator;
|
|
4846
|
+
readonly termsAutoConfirmedText: Locator;
|
|
4843
4847
|
/**
|
|
4844
4848
|
* Payment and Shipping options
|
|
4845
4849
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -2128,6 +2128,7 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2128
2128
|
submitOrder: string;
|
|
2129
2129
|
termsAndConditions: string;
|
|
2130
2130
|
immediateAccessToDigitalProduct: string;
|
|
2131
|
+
autoConfirmTermsText: string;
|
|
2131
2132
|
};
|
|
2132
2133
|
finish: {
|
|
2133
2134
|
thankYouForOrder: string;
|
|
@@ -3214,6 +3215,7 @@ declare const BUNDLED_RESOURCES: {
|
|
|
3214
3215
|
submitOrder: string;
|
|
3215
3216
|
termsAndConditions: string;
|
|
3216
3217
|
immediateAccessToDigitalProduct: string;
|
|
3218
|
+
autoConfirmTermsText: string;
|
|
3217
3219
|
};
|
|
3218
3220
|
finish: {
|
|
3219
3221
|
thankYouForOrder: string;
|
|
@@ -4254,6 +4256,7 @@ declare const baseNamespaces: {
|
|
|
4254
4256
|
submitOrder: string;
|
|
4255
4257
|
termsAndConditions: string;
|
|
4256
4258
|
immediateAccessToDigitalProduct: string;
|
|
4259
|
+
autoConfirmTermsText: string;
|
|
4257
4260
|
};
|
|
4258
4261
|
finish: {
|
|
4259
4262
|
thankYouForOrder: string;
|
|
@@ -4840,6 +4843,7 @@ declare class CheckoutConfirm implements PageObject {
|
|
|
4840
4843
|
readonly grandTotalPrice: Locator;
|
|
4841
4844
|
readonly taxPrice: Locator;
|
|
4842
4845
|
readonly submitOrderButton: Locator;
|
|
4846
|
+
readonly termsAutoConfirmedText: Locator;
|
|
4843
4847
|
/**
|
|
4844
4848
|
* Payment and Shipping options
|
|
4845
4849
|
*/
|